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
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |