assign-user-to-group
Assigns an existing user to an existing group.
Syntax:
shell
sfiler-admin [options] assign-user-to-group [command options]
Command options | Required/Optional | Description |
---|---|---|
-a | Required | True or False. Is the user an administrator of the group. |
-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/ assign-user-to-group -n "my-user" -g "my-group" -a True