Update User

PUT {{baseUrl}}/organization/v1/users/:userId

Use this endpoint to update the properties of a User.

Request Body

{"firstName"=>"", "lastName"=>"", "emailAddress"=>"user@example.com", "groupScoping"=>"all"}

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-Typestring
Acceptstring