List User Identities
Get all user identities
Returns a list of all user identities.
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 |
---|---|
| ID of the user identity |
| Unique key for the user identity |
| Unique email address for the user identity |
| Unique phone number for the user identity in E.164 format (for example, |
| Display name for the user identity |
| Full name of the user associated with the user identity |
| Date and time at which the user identity was created |
| ID of the workspace that contains the user identity |
This response also includes a Boolean ok
status indicator.
Sample Response
Last updated