Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

An access token in Infisical

Body

application/json
scope
enum<string>[]

Array of scopes to search across. Accepts 'organization' to include organization-level identities and/or 'project' to include identities from projects the caller has access to. Defaults to ['organization'].

Minimum array length: 1
Available options:
organization,
project
orderBy
enum<string>
default:name

The column to order identities by.

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

The direction to order identities in.

Available options:
asc,
desc
limit
integer
default:50

The number of identities to return.

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

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

Required range: x >= 0

The filters to apply to the search.

Response

Default Response

identities
object[]
required
totalCount
number
required