Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.61 KB

users.md

File metadata and controls

71 lines (46 loc) · 1.61 KB

box users

Manage users

box users:create NAME [LOGIN]

Create a new Box User

USAGE
  $ box users:create NAME [LOGIN]

ARGUMENTS
  NAME   The user's name
  LOGIN  The user's email address, not required when creating app users


EXAMPLE
  box users:create --bulk-file-path path/to/csv/create-users.csv

See documentation users.md See example: create-users.csv

box users:transfer-content USERID NEWUSERID

Move a user's root content to another user

USAGE
  $ box users:transfer-content USERID NEWUSERID

ARGUMENTS
  USERID     User whose content should be moved
  NEWUSERID  User to whom the content should be moved

ALIASES
  $ box users:move-root-content

EXAMPLE
  box users:transfer-content --bulk-file-path path/to/csv/transfer-content.csv

See documentation users.md See example: transfer-content.csv

box users:update ID

Update a Box User

USAGE
  $ box users:update ID

ARGUMENTS
  ID  User ID to update

EXAMPLE
  box users:update --bulk-file-path path/to/csv/update-users.csv