Skip to main content
GET
Get Permanent Identities

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:500

Pagination - How many results to return

Required range: 1 <= x <= 500
offset
integer
default:0

Pagination - How many results to skip

updatedSince
string<date-time>
include
enum<string>[]

Expensive; omitted by default.

Available options:
accessControl.credentials,
accessControl.profiles

Response

200 - application/json

The request has succeeded.

permanentIdentities
object[]
required
pageInfo
object
required