Batch Get Identities
Return a list of all identities you have enrolled in Identity Manager.
Authorizations
The access token received from the /token endpoint. Refer to the Authentication page for more details.
Query Parameters
A client-generated unique ID for a specific session. This can be used to identify specific requests. The format of this ID is defined by the client - Prove recommends using a GUID, but any format can be accepted. Do not include Personally Identifiable Information (PII) in this field.
The maximum number of identities to return per call. Default value is 100.
The pagination token for the GET /v3/identity API. Use this to retrieve the next page of results after a previous call to GET /v3/identity. This token is returned as lastKey in the GET /v3/identity API response - pass it in directly as startKey to get the next page of results.
Whether to show identities associated with the current client that are currently marked as inactive. Default value is false.
Response
V3BatchGetIdentitiesResponse
Response body for the V3 Batch Get Identities API.