Identities
List identities
GET
/
v1
/
identities.listIdentities
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
Use this to fetch the next page of results. A new cursor will be returned in the response if there are more results.
Was this page helpful?