List Workspace Users
List all users in a workspace.
This includes both full users (with external_id) and stub users (external_id=None) who have been added but haven’t signed up yet.
Member_limited users cannot view the workspace members list. Only workspace owners and members can access this endpoint.
Authorizations
JWT in Authorization header. 'Bearer ' prefix optional.
Path Parameters
Response
Successful Response
User ID
User's first name
User's last name
User's email address
User's workspace role
owner, member, member_limited, full_access, editor, commenter, downloader, viewer, no_access Permission bitmap derived from role
User's avatar URL
External user ID from auth provider (None for stub users)
Count of explicit project permissions in the workspace
Count of accessible projects (MEMBER users only)

