admin invite Requests list
GET {{baseUrl}}/admin.inviteRequests.list?team_id=<string>&cursor=<string>&limit=<integer>
List all pending workspace invite requests.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
team_id | string | ID for the workspace where the invite requests were made. | |
cursor | string | Value of the next_cursor field sent as part of the previous API response | |
limit | string | The number of results that will be returned by the API on each invocation. Must be between 1 - 1000, both inclusive |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.invites:read |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}