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