v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
Identities

Search machine identities across organization and/or project scopes. Returns identities the caller has access to, each annotated with all roles assigned to that membership.

post/api/v2/identities/search

Request body

scopestring[]

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'].

orderBy'name' | 'role' | 'lastLogin'

The column to order identities by.

orderDirection'asc' | 'desc'

The direction to order identities in.

limitinteger

The number of identities to return.

offsetinteger

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

Response

Default Response

totalCountnumber required