teams
Get access request status
Check the status of a join request. It’ll respond with a 404 if the request has been declined. If no userId
path segment was provided, this endpoint will instead return the status of the authenticated user.
GET
Authorizations
Default authentication mechanism
Path Parameters
The unique user identifier
The unique team identifier
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
Response
200
application/json
Successfully
The slug of the team.
Example:
"my-team"
The name of the team.
Example:
"My Team"
Current status of the membership. Will be true
if confirmed, if pending it'll be false
.
Example:
false
A map that describes the origin from where the user joined.
Timestamp in milliseconds when the user requested access to the team.
Example:
1588720733602
Map of the connected GitHub account.
Map of the connected GitLab account.
Map of the connected Bitbucket account.