Get User

View information about a user in a Workspace.

Note: This endpoint is only available to Workspaces on our Enterprise Plan.

SecurityAuthorization_Token
Request
path Parameters
team_id
required
number <double>

Workspace ID

user_id
required
number <double>
query Parameters
include_shared
boolean

Exclude details of items shared with the guest by setting this parameter to false. By default this parameter is set to true.

Responses
200
get/v2/team/{team_id}/user/{user_id}
Request samples
Response samples
application/json
{
  • "member": {
    }
}