Identities
Edit identity
Update an identity with the Python SDK.
PUT
Edit identity
Use
blnk.identity.update to change the profile details on an identity.
Call the method
blnk.identity.update
| Field | Type | Description |
|---|---|---|
id | str | Identity ID to update. |
identity_type | str | individual or organization. |
| Profile fields | string | Any field from create you want to change. |
Verify the changes
Read
response.data to confirm the updated profile fields. The identity ID stays the same.Related docs
How identities work
Linking balances and handling profile data.
Edit identity
HTTP request and response schema.