List Identities
Get a list of all identities in the database
Query parameters
Enum to represent the type of the identity.
Identity ID cursor for pagination. Returns identities that come before this identity ID in the specified sort order
Identity ID cursor for pagination. Returns identities that come before this identity ID in the specified sort order
Identity ID cursor for pagination. Returns identities that come after this identity ID in the specified sort order
Identity ID cursor for pagination. Returns identities that come after this identity ID in the specified sort order
Maximum number of identities to return
Maximum number of identities to return
Sort order for identities by creation time. 'asc' for oldest first, 'desc' for newest first
Sort order for identities by creation time. 'asc' for oldest first, 'desc' for newest first
Field to sort by
Field to sort by
Response
Successful Response
Example response
[
{
"id": "identity-123e4567-e89b-12d3-a456-426614174000"
}
]