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

DateChanges
Jul 17 2024Introduced endpoint

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

environment
string
default: default

This is not yet used but here for future compatibility.

limit
integer
default: 100

The 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[]
required

A 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
required

The total number of identities for this environment