/admin.inviteRequests.denied.list
GET
/admin.inviteRequests.denied.listList all denied workspace invite requests.
Request
Query Params
team_id
string
optional
ID for the workspace where the invite requests were made.
cursor
string
optional
Value of the next_cursor
field sent as part of the previous api response
limit
integer
optional
The number of results that will be returned by the API on each invocation. Must be between 1 - 1000 both inclusive
Header Params
token
string
required
Authentication token. Requires scope: admin.invites:read
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"ok": true
}
Last modified: a year ago