Identities
Edit identity
Update an identity with the TypeScript SDK.
PUT
Edit identity
Use
blnk.Identity.update to change the profile details on an identity.
1
Call the method
blnk.Identity.update
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.