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
Example response
{
"id": 1234,
"member_id": 2489,
"team_id": 4285
}