Team Requests
List team requests of a team
List pending requests of a team.
If you are using a personal access token, you must have "can manage" permission on the team or be a workspace manager.
get/v1/teams/{team_id}/team_requests
Path parameters
team_idinteger required
The id of the team
Query parameters
cursorstring
Pagination cursor.
per_pageinteger
Number of items to list per page.
member_idnumber
Filter requests coming from a specific member
Example:1234
Response
Team request list
Example response
[
{
"id": 1234,
"member_id": 2489,
"team_id": 4285
}
]