Identities
Edit identity
Update an identity with the TypeScript SDK.
PUT
Edit identity
Use
The response returns the full identity with your changes applied.
blnk.Identity.update to change the profile details on an identity.
blnk.Identity.update
| Field | Description |
|---|---|
id | Identity ID to update. |
identity_type | individual or organization. |
| Profile fields | Any field from create you want to change. |
Response shape
200 OK
| Field | Description |
|---|---|
identity_id | Unique ID for the identity. |
created_at | Date and time the identity was created. |
Related docs
How identities work
Linking balances and handling profile data.
Edit identity
HTTP request and response schema.