githubEdit

List User Identities

Get all user identities

Returns a list of all user identities.

/user_identities/list

post

Returns a list of all user identities.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_identity_idsstring · uuid[]Optional

Array of user identity IDs by which to filter the list of user identities.

searchstringOptional

String for which to search. Filters returned user identities to include all records that satisfy a partial match using full_name, phone_number, email_address or user_identity_id.

credential_manager_acs_system_idstring · uuidOptional

acs_system_id of the credential manager by which you want to filter the list of user identities.

limitintegerOptional

Maximum number of records to return per page.

Default: 500
created_beforestring · date-timeOptional

Timestamp by which to limit returned user identities. Returns user identities created before this timestamp.

page_cursorstring · nullableOptional

Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

Responses
chevron-right
200

OK

application/json
post
/user_identities/list

Request

This request does not accept any request body parameters.

Sample Request

Response

Returns a user_identities array, in which each returned user identity (user_identity) contains the following properties:

Property
Description

user_identity_id

ID of the user identity

user_identity_key

Unique key for the user identity

email_address

Unique email address for the user identity

phone_number

Unique phone number for the user identity in E.164 formatarrow-up-right (for example, +15555550100)

display_name

Display name for the user identity

full_name

Full name of the user associated with the user identity

created_at

Date and time at which the user identity was created

workspace_id

ID of the workspace that contains the user identity

This response also includes a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?