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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}