Get-WorkspaceUser
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-WorkspaceUser
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Retrieves an existing workspace user.
Get-WorkspaceUser
-Id
Returns a workspace user object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | String | Yes | The workspace user id. |
Examples
Get an existing workspace user
This example retrieves a specific workspace user and outputs it as JSON.
# TODO