Update User (Partial)
PATCH {{baseUrl}}/v2/users/:identifier
Update user with the given identifier
Request Body
{"username"=>"<email>", "fullName"=>"<string>", "role"=>{"id"=>"<string>", "name"=>"<string>"}, "skypeUsername"=>"<string>", "timeZone"=>"<string>", "locale"=>"<string>", "userAddress"=>{"country"=>"<string>", "state"=>"<string>", "city"=>"<string>", "line"=>"<string>", "zipCode"=>"<string>"}, "tags"=>["<string>", "<string>"], "details"=>"<object>", "invitationDisabled"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"requestId":"ipsum Excepteur magna ut","took":0,"result":"ipsum culpa","data":{"id":"nulla dolor Lorem non","name":"dolor magna sunt consequat"}}