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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
environment
string
default: defaultThis is not yet used but here for future compatibility.
limit
integer
default: 100The maximum number of identities to return
cursor
string
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
identities
object[]
requiredA list of identities.
cursor
string
The cursor to use for the next page of results, if no cursor is returned, there are no more results
total
integer
requiredThe total number of identities for this environment
Was this page helpful?