cURL
updateIdentityName
curl --request PUT \ --url https://api.anchorbrowser.io/v1/identities/{identityId} \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data ' { "name": "Updated Account Name" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "metadata": {}, "updated_at": "2023-11-07T05:31:56Z" }
Updates an existing identity’s name, metadata, or credentials.
Beta Capability. Contact support to enable.
API key passed in the header
The ID of the identity to update
Name of the identity
Metadata for the identity
Array of credentials for authentication
Show child attributes
Identity updated successfully
Unique identifier for the identity
Metadata associated with the identity
Timestamp when the identity was last updated
Was this page helpful?