v1

latestOpenAPI 3.1.02026-07-17254060.5 KB
identities

Manage identities

Add, update, replace, or remove identities in the system.

See Identities for the format of the identities data.

post/v1/identities

Request body

action'add' | 'update' | 'replace' | 'remove' required

The action to perform on the identities.

identitiesobject required

The identities to add, update, or replace. For "remove", set the values to null.

Response

Successful operation.

typestring

Response type, "sync".

status-codeinteger

HTTP response status code.

statusstring

The description of the HTTP status code.

See the IANA list.