Skip to main content

Remove Group From Role

Remove a user group from a role.

POST https://instance.securid.com/aveksa/command.submit?cmd=removeGroupFromRole

Request

Parameters

removeGroupFromRole
The ID of the user group to remove from the role.
The ID of the role from which the group will be removed.
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.
tokenDeprecated. Use the Authorization request header instead.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

statussuccess or failure
messageOptional message returned with the status.

Examples

Request

curl -K -X POST \
"https://instance.securid.com/aveksa/command.submit?cmd=removeGroupFromRole&format=json&groupId=52&roleId=6764" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"

Response

{
"data": {
"status": "success"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also