Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

An access token in Infisical

Body

application/json
orderBy
enum<string>
default:name

The column to order identities by.

Available options:
name,
role
orderDirection
enum<string>
default:asc

The direction to order identities in.

Available options:
asc,
desc
limit
number
default:50

The number of identities to return.

Required range: x <= 100
offset
number
default:0

The offset to start from. If you enter 10, it will start from the 10th identity.

The filters to apply to the search.

Response

Default Response

identities
object[]
required
totalCount
number
required