Manage groups
Create a group
USAGE
$ box groups:create NAME
ARGUMENTS
NAME Group name
EXAMPLE
box groups:create --bulk-file-path path/to/csv/groups-create.csv
- See documentation groups.md
- See example: groups-create.csv
Add a user to a group
USAGE
$ box groups:memberships:add USERID GROUPID
ARGUMENTS
USERID ID of the user to add to the group
GROUPID ID of the group to add the user to
EXAMPLE
box groups:memberships:add --bulk-file-path path/to/csv/groups-memberships-add.csv
- See documentation groups.md
- See example: groups-memberships-add.csv