Update SCIM User
PUT {{scimPath}}/environments/{{envID}}/v2/Users/{{userID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update SCIM User.
Request Body
{"schemas"=>["urn:ietf:params:scim:schemas:core:2.0:User", "urn:pingidentity:schemas:extension:2.0:PingOneUser"], "userName"=>"tmp-Isabella-Updated", "emails"=>[{"value"=>"IsabellaOfCastile@example.com", "primary"=>true}]}