Unsuspend a user
Log in to add to favouritesPOST/api/security/users/{userIdentifier}/actions/
Parameter
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
UserIdentifier(required) | path | string | user identifier | For convenience, User resources can be referenced by using one of several identifiers - username, email address or Id. |
Responses
Examples
Unsuspend a user
POST: /api/security/users/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c/actions/
{
"type": "unsuspend"
}
Remarks
Permissions
Member of System Administrators
.