Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.06 KB

groups.md

File metadata and controls

48 lines (30 loc) · 1.06 KB

box groups

Manage groups

box groups:create NAME

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

box groups:memberships:add USERID GROUPID

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