User Category Permission
Application administrator Allowed
Security administrator Disallowed
Read-only users Allowed
Technicians Disallowed
Removing a User from a User Group
Removes a user from a user group.
user_group_remove_user user_group=UserGroup user=UserName
Parameters:
Name Type Description Mandatory
user_group Object name User group. Y
user Object name User to be removed. Y
This command removes a user from a user group.
This command fails when the user does not belong to the user group.
Deleting the user group's mapping is done by removing the role association. The
user group itself is not deleted.
Example:
user_group_remove_user user_group=ug1 user=user1
Output:
Command executed successfully.
Access Control:
User Category Permission
Storage administrator Allowed
Storage integration administrator Disallowed
Application administrator Disallowed
Security administrator Disallowed
Read-only users Disallowed
Technicians Disallowed
Warnings:
v ARE_YOU_SURE_YOU_WANT_TO_REMOVE_USER
Are you sure you want to remove user from user group?
Chapter 18. Access Control 385