Command
Get-BoxUsers
Description
The command to retrieve the list of all users in your Box environment.
Index
Examples
Get all box users as admin
$box = Connect-Box user@box.com -Admin Get-BoxUsers -Box $box Email : user.1@enterprise.com Name : User1 Id : 1234567890 Status : inactive Role : User Email : user.2@enterprise.com Name : User2 Id : 1234567890 Status : active Role : Admin Email : user.3@enterprise.com Name : User3 Id : 1234567890 Status : active Role : CoAdmin Email : user.4@enterprise.com 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 |