Skip to main content

List the owner's team members

GET 

/api/v1/team

Returns the caller's team/workspace + its members (userId, email, displayName, role, status, invite/accept/last-active timestamps). Workspace-level — no chatbotId. Returns the team from the caller's OWN membership (their active team), so a caller can only read a team they belong to (never cross-tenant); a member/admin sees the roster, matching the dashboard. Returns team:null for a solo user. Internal fields (permissionOverrides, invitedBy) are dropped. Required scope: security:read.

Responses

The owner's team + members (team:null if none).