Identities
Edit identity
Update an identity with the Go SDK.
PUT
Edit identity
Use
client.Identity.Update to change the profile details on an identity.
Call the method
client.Identity.Update
| Field | Type | Description |
|---|---|---|
identityID | string | Identity ID to update. |
IdentityType | blnkgo.IdentityType | Individual or Organization. |
| Profile fields | various | Any field from create you want to change. |
Verify the changes
Read fields on the returned
*blnkgo.IdentityResponse 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.