To update an identity data
PATCH {{baseUrl}}/identities/:id
Updates the identity
Request Body
{"data"=>{"id"=>"<integer>", "type"=>"<string>", "attributes"=>{"lastName"=>"<string>", "email"=>"<string>", "firstName"=>"<string>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":7946,"type":"\u003cstring\u003e","attributes":{"lastName":"Smith","email":"james.smith@siemens.com","firstName":"James"}},"links":{"self":"/identities/7946"}}