Teams

Request to Join Team

Creates a pending request for the authenticated user to join a specific team.

post/v1/teams/{id}/join-requests

Path parameters

idstring uuid required

The ID of the team to request to join.

Response

Join request created successfully

idstring uuid required
team_idstring uuid required
user_idstring uuid required
status'pending' | 'approved' | 'rejected' required
created_atstring date-time required
updated_atstring date-time required

Changes

Changed in 3 of the 18 revisions of this API.5