Identities
Update an identity
Update an identity by providing its new details.
PATCH
/
spaces
/
{owner}
/
{space}
/
identities
/
{identity}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
owner
string
requiredThe handle of the owner.
space
string
requiredThe handle of the space.
identity
string
requiredThe handle of the identity.
Body
application/json
handle
string
The new handle of the identity. Must be unique.
alias
string | null
The new alias of the identity.
Response
200 - application/json
id
string
requiredThe UUID of the identity. Is unique.
handle
string
requiredThe handle of the identity. Is unique.
alias
string | null
requiredThe alias of the identity.
audios
integer
requiredThe number of audios of the identity.
voiceprints
integer
requiredThe number of voiceprints of the identity.
verifications
integer
requiredThe number of verifications of the identity.
createdAt
string
requiredThe date and time when the identity was created.