Patch SCIM User

PATCH {{scimPath}}/environments/{{envID}}/v2/Users/{{userID}}

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Patch SCIM User.

Request Body

{"schemas"=>["urn:ietf:params:scim:api:messages:2.0:PatchOp"], "Operations"=>[{"op"=>"replace", "path"=>"userName", "value"=>"Isabella_Patched"}, {"op"=>"remove", "path"=>"nickName"}, {"op"=>"add", "path"=>"name.middleName", "value"=>"midN"}]}