latestOpenAPI 3.0.3GitGuardian2026-08-201871515.0 MB

511b067cdcb1

Team Requests

Request access to a team

Create an access request to a team.

You must be authenticated via a Personal Access Token. You must not already have a pending request on the team, be a member of the team, be a workspace manager or have the restricted access level.

post/v1/teams/{team_id}/team_requests

Path parameters

team_idinteger required

The id of the team

Response

Team request created

idinteger
member_idinteger
team_idinteger

Example response

{
  "id": 1234,
  "member_id": 2489,
  "team_id": 4285
}