Command
Get-BoxUsers
Description
The command to retrieve the list of all users in your Box environment.
Examples
Get all box users as admin
$box = Connect-Box [email protected] -Admin Get-BoxUsers -Box $boxEmail : [email protected] Name : User1 Id : 1234567890 Status : inactive Role : UserEmail : [email protected] Name : User2 Id : 1234567890 Status : active Role : AdminEmail : [email protected] Name : User3 Id : 1234567890 Status : active Role : CoAdminEmail : [email protected] Name : User4 Id : 1234567890 Status : active Role : User
Syntax
Get-BoxUsers-Box <BoxInfo>
Parameters
-Box <BoxInfo>
Returns every user in your Box environment.
Required? | True |
Default value | None |