Update white label user
POST {{baseUrl}}/api/organizations/:organizationId/whitelabel/users/:userId
White label admin only API to update user properties.
Request Body
{"email"=>"<string>", "name"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}