Skip to content

unassign-user-from-group

Unassign a user from a group.

Syntax:

shell
sfiler-admin [options] unassign-user-from-group [command options]
Command optionsRequired / OptionalDescription
-dOptionalThe ID of the domain of the user to modify. Default: 1
-gRequiredThe name of the group.
-nRequiredThe 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"