v11
latestOpenAPI 3.1.12026-08-03174162.0 MBTeam Invites
List pending team invitations with cursor-based pagination
Returns pending team invitations for a specific team. Team key can be ID or slug. These are email-based invitations that have not yet been accepted.
get/teams/{key}/invites
Path parameters
keystring required
Team identifier (ID or slug)
Query parameters
querystring
Search query to filter invitations by email. Case-insensitive partial match
limitinteger
Maximum number of invitations to return per page
cursorstring
Pagination cursor for fetching the next page
Response
OK
Example response
{
"invites": [
{
"permissions": []
}
],
"before": "eyJ2ZXJzaW9uIjoxLCJpbnRlbnQiOnsic291cmNlIjoiZGVtbyJ9LCJwb3MiOnsicHJpbWFyeUtleSI6InBybV8wMXM4NTNqIn19",
"after": "eyJ2ZXJzaW9uIjoxLCJpbnRlbnQiOnsic291cmNlIjoiZGVtbyJ9LCJwb3MiOnsicHJpbWFyeUtleSI6InBybV8wMXM4NTNkIn19",
"limit": 20
}