Update user (multiple attributes)
PATCH {{HOST}}/admin/v1/Users/{{userid}}
Modify the user recovery e-mail, address, and title in a single request
Request Body
{"schemas"=>["urn:ietf:params:scim:api:messages:2.0:PatchOp"], "Operations"=>[{"op"=>"replace", "path"=>"addresses[type eq \"other\"]", "value"=>[{"type"=>"other", "streetAddress"=>"911 Universal City Plaza", "locality"=>"Hollywood", "region"=>"CA", "postalCode"=>"91608", "country"=>"US", "formatted"=>"911 Universal City Plaza\nHollywood, CA 91608 US"}]}, {"op"=>"remove", "path"=>"ims[type eq \"xmpp\" and value ew \"gmail.com\"]"}, {"op"=>"add", "path"=>"phoneNumbers", "value"=>[{"value"=>"555-555-1111", "type"=>"home"}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |