White Label Admin - Update white label user
White label admin only API to update user properties.
Authorizations
Path parameters
organizationIdintegerrequired
Organization ID
userIdintegerrequired
User ID
Body
emailstringoptional
New email. This will also update the forum's email address but the user may need to logout/login back
Example:
quijote@lamancha.es
namestringoptional
New user full name
Example:
Don Quijote de la Mancha
activatedbooleanoptional
Whether the user is active or not. Can only go from inactive to active.
Example:
true
suspendedbooleanoptional
Whether the user is suspended or not.
Example:
false
suspensionReasonstringoptional
Reason for suspension
Example:
Spamming the forum
jobTitlestringoptional
New user job title
Example:
Knight
experimentsstring[]optional
List of user experiments
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated
Was this helpful?