Patch Direct-mapped User
PATCH {{scimPath}}/environments/{{envID}}/v2/DirectMappedUsers/{{userID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Patch Direct-mapped User.
Request Body
{"schemas"=>["urn:ietf:params:scim:api:messages:2.0:PatchOp"], "Operations"=>[{"op"=>"replace", "path"=>"username", "value"=>"tmp-dm-user-1-PATCHED"}, {"op"=>"remove", "path"=>"nickname"}, {"op"=>"add", "path"=>"name.middle", "value"=>"midNofDMU"}]}