admin invite Requests list

GET {{baseUrl}}/admin.inviteRequests.list?team_id=<string>&cursor=<string>&limit=<integer>

List all pending workspace invite requests.

Request Params

KeyDatatypeRequiredDescription
team_idstringID for the workspace where the invite requests were made.
cursorstringValue of the next_cursor field sent as part of the previous API response
limitstringThe number of results that will be returned by the API on each invocation. Must be between 1 - 1000, both inclusive

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: admin.invites:read

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}