Identities
Edit identity
Update an identity with the Java SDK.
PUT
Edit identity
Use
blnk.identity().update for this operation.
1
Call the method
2
Verify the changes
Read
response.data() to confirm the updated profile fields. The identity ID stays the same.3
Response
200 OK
The response returns the full identity with your changes applied.
Related docs
How identities work
Linking balances and handling profile data.
Edit identity
HTTP request and response schema.