POST
/
spaces
/
{owner}
/
{space}
/
identities

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

owner
string
required

The handle of the owner.

Required string length: 1 - 50
space
string
required

The handle of the space.

Required string length: 1 - 50

Body

application/json
handle
string
required

The handle of the new identity. Must be unique.

Required string length: 1 - 50
alias
string | null

The alias of the new identity.

Required string length: 1 - 100

Response

201 - application/json
alias
string | null
required

The alias of the identity.

audios
integer
required

The number of audios of the identity.

createdAt
string
required

The date and time when the identity was created.

handle
string
required

The handle of the identity. Is unique.

id
string
required

The UUID of the identity. Is unique.

verifications
integer
required

The number of verifications of the identity.

voiceprints
integer
required

The number of voiceprints of the identity.