Identities
List identities
GET
Identities are in public beta. Please report any issues to support@unkey.dev
List all identities in the system. This will return a paginated list of identities.
Changelog
Date | Changes |
---|---|
Jul 17 2024 | Introduced endpoint |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
This is not yet used but here for future compatibility.
The maximum number of identities to return
Required range:
1 <= x <= 100
Example:
100
Use this to fetch the next page of results. A new cursor will be returned in the response if there are more results.
Response
200
application/json
A list of identities.
A list of identities.
The total number of identities for this environment
The cursor to use for the next page of results, if no cursor is returned, there are no more results
Example:
"eyJrZXkiOiJrZXlfMTIzNCJ9"
Was this page helpful?