Skip to main content
Get a paginated list of all identities in your workspace. Returns metadata and rate limit configurations. Perfect for building management dashboards, auditing configurations, or browsing your identities. Required permissions:
  • identity.*.read_identity (to list identities in your workspace)
See the API reference for the full HTTP endpoint documentation.

Usage

Flags

integer
The maximum number of identities to return in a single request. Use this to control response size and loading performance. Must be between 1 and 100. Defaults to 100.
string
Pagination cursor from a previous response. Use this to fetch subsequent pages of results when the response contains a cursor value.
Free-form text to filter identities. Returns identities whose ID or external ID contains the search string. Matching is case-insensitive.

Global Flags

Examples

Output

Default output shows the request ID, followed by the list of identities:
With --output=json, the full response envelope is returned:
Last modified on July 23, 2026