unassign-user-from-community
Unassign a user from a community.
Syntax:
shell
sfiler-admin [options] unassign-user-from-community [command options]
Command options | Required/Optional | Description |
---|---|---|
-c | Required | The name of the community. |
-d | Optional | The ID of the domain of the user to modify. Default: 1 |
-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-community -c "my-community" -n "my-user"