Create a new identity
post
/v1/identities
🔐 Authentication
X-API-KEY API key of the environment
Header parameter: X-API-KEY
📤 Request

Content Type: application/json
name string

The name of the identity.

Example: John Doe
client_identifier string required

Identifier of the identity in the client app. It is used to identify the identity and must be unique within an environment.

Example: 43y34h
Request Example
📥 Response
201 Created
Content Type:
401 Unauthorized Error
Content Type:
422 Unprocessable Entity
Content Type:
500 Internal Server Error
Content Type:
Response Examples