Manage User
The endpoint to update user active status
To activate a user: https://{server.com}/api/v2/tenants/client-uuid/users/USR0000000029/ACTIVATE
To Terminate a user: https://{server.com}/api/v2/tenants/client-uuid/users/USR0000000029/TERMINATE
To deactivate a user: https://{server.com}/api/v2/tenants/client-uuid/users/USR0000000029/DEACTIVATE
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- userId
Unique Identifier (UUID) for OpsRamp user
- action
System defned actions on the client by the tenant
- Enum:
- ACTIVATEDEACTIVATETERMINATE
Request Body
application/json
- deactivateReason
Reason for deactivation.
- terminateReason
Reason for termination.
- maskType
maskType can be either PARTIAL or FULL
Loading Examples...