Suspend User Account
Suspend or re-activate (unsuspend) a user account.
Released in Symphony 20.7.
The value of the suspendedUntil
field should be provided in milliseconds
Request Examples
📘 Required FieldsWhen suspending a user account,
suspended=true
, all three body parameters are required. When activating a user account,suspended=false
, the other two remaining body parameters are not required.
🚧 Required PermissionsCalling this endpoint requires a service account with the User Provisioning role. See Bot Permissions for a list of roles and their associated privileges.
Last updated