Unassigning a User from a User Group
To unassign a user from a user group, use the following configuration:
configure
smiuser unassign-user-group username username group group_name
exit
Note |
|
The following example removes an user from a group.
cee# configure terminal
smiuser unassign-user-group username user1 group group1
message User un-assigned from group successfully
The following example removes a non-existing user from a group.
cee# configure terminal
smiuser unassign-user-group username user10 group group1
message User is not a member of this group
The following example removes an user from an non-existing group.
cee# configure terminal
smiuser unassign-user-group username user1 group group10
message Group does not exist