Identities

List attributes for multiple identities

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
emailsstring[] | nullableOptional
limitinteger · int32OptionalDefault: 100
skipinteger · int32OptionalDefault: 0
Responses
200

OK

application/json
get
/api/v2/bulk/identities/attributes
200

OK

Adds or Updates attributes to multiple identities

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Bodyobject[]
emailstringRequired
Responses
200

OK

application/json
put
/api/v2/bulk/identities/attributes
200

OK

Delete attributes from multiple identities

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Bodyobject[]
emailstringRequired
attribute_typesstring[]Required
Responses
200

OK

application/json
delete
/api/v2/bulk/identities/attributes
200

OK

list identities, grantees and approvers

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/api/v2/identities
200

OK

Last updated

Was this helpful?