Skip to content

assign-user-to-community

Assigns an existing user to an existing community.

Syntax:

shell
sfiler-admin [options] assign-user-to-community [command options]
Command optionsRequired/OptionalDescription
-aRequiredTrue or False. Is the user an administrator of the community.
-cRequiredThe name of the community.
-dOptionalThe ID of the domain of the user to modify.
-nRequiredThe name(login id) of the user.

Example:

shell
sfiler-admin.exe -l sfiler-master -p 012345 -s https://www.sfiler.com/sfiler/server/ assign-user-to-community -n "my-user" -c "my-community" -a True