Skip to main content
PATCH
Update Identity
Partially update identity settings such as name, daily limit, or SMTP credentials.
Legacy compatibility: /v1/accounts/{id} is a deprecated alias supported for backward compatibility. Please use /v1/identities/{id}.

Path Parameters

string
required
The unique UUID of the identity.

Body

string
Updated display name.
number
Updated daily mail limit.
string
Omit to keep existing password. Provide a string to change the password.

Response

object
The updated identity object.