Actions
Log in to add to favouritesActions can be POST'ed to a resource's actions endpoint to perform a modification on the resource.
Available actions
Users:
- suspend
- unsuspend
- unlock
- forcePasswordReset
- setPasswordToExpirable
Example requests
Suspend a user
POST: /api/security/users/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c/actions/
{
"type": "suspend"
}