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

pageNumberinteger
pageSizeinteger

The size of the page requested. If none was supplied this is a default value (depending on the endpoint). If the length of items is less than this number that means there are no more pages to request.

NOTE: if the length is equal there may or may not be additional pages to request, it is unknowable until they are requested

pageTokenstring

Supply this token on successive requests to retrieve the next page if there is one

itemsobject[]

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