Update User Using JSON Array
PATCH {{apiPath}}/environments/{{envID}}/users/{{userID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update User Using JSON Array.
Request Body
{"Operations"=>[{"op"=>"replace", "path"=>"email", "value"=>"test@test.com"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |