List Identities
Get a list of all identities in the database
Headers
Authorization
Header authentication of the form `Bearer <token>`
Query parameters
name
project_id
identifier_key
identity_type
Enum to represent the type of the identity.
Allowed values:
before
Identity ID cursor for pagination. Returns identities that come before this identity ID in the specified sort order
after
Identity ID cursor for pagination. Returns identities that come after this identity ID in the specified sort order
limit
Maximum number of identities to return
order
Sort order for identities by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by
Field to sort by
Response
Successful Response
identifier_key
External, user-generated identifier key of the identity.
name
The name of the identity.
identity_type
The type of the identity.
Allowed values:
agent_ids
The IDs of the agents associated with the identity.
block_ids
The IDs of the blocks associated with the identity.
id
The human-friendly ID of the Identity
project_id
The project id of the identity, if applicable.
properties
List of properties associated with the identity