companies
Returns paginated revoked users for the supplied company
Requires the privilege COMPANY_USERS_READ
get/companies/{identifier}/users/revoked/paged
Path parameters
identifierstring required
The identifier of the Company
Query parameters
pageSizeinteger
This value determines how many results will be returned per call.
pageTokenstring
Token corresponding to the last page of revoked company users retrieved. Pass the pageToken to get the next page of revoked company users
Response
Changes
Changed in 1 of the 11 revisions of this API.2
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the success response with the status
response-success-status-added
- ○