unassign-user-from-group
Unassign a user from a group.
Syntax:
shell
sfiler-admin [options] unassign-user-from-group [command options]
Command options | Required / Optional | Description |
---|---|---|
-d | Optional | The ID of the domain of the user to modify. Default: 1 |
-g | Required | The name of the group. |
-n | Required | The name(login id) of the user. |
Example:
shell
sfiler-admin.exe -l sfiler-master -p 012345 -s https://www.sfiler.com/sfiler/server/ unassign-user-from-group -g "my-group" -n "my-user"