Skip to content

unassign-user-from-community

Unassign a user from a community.

Syntax:

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