Update User

PUT {{apiPath}}/environments/{{envID}}/users/{{userID}}

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

Request Body

{"username"=>"joe@example.com", "name"=>{"formatted"=>"Joe Smith", "given"=>"Joe", "middle"=>"H.", "family"=>"Smith", "honorificPrefix"=>"Dr.", "honorificSuffix"=>"IV"}, "nickname"=>"Putty", "title"=>"Senior Director", "preferredLanguage"=>"en-gb;q=0.8, en;q=0.7", "locale"=>"en-gb", "email"=>"joe@example.com", "primaryPhone"=>"+1.2225554444", "mobilePhone"=>"+1.4445552222", "photo"=>{"href"=>"{{imageUrl}}>"}, "address"=>{"streetAddress"=>"123 Main Street", "locality"=>"Springfield", "region"=>"WA", "postalCode"=>"98701", "countryCode"=>"US"}, "accountId"=>"5", "type"=>"tele", "timezone"=>"America/Los_Angeles"}