List team members
Team Members
List Team Members
GET
List team members
Overview
Retrieve all team members for a specific tenant (organization). This endpoint returns paginated results with member details including their role and activity status.Authorization
- User must be authenticated with a valid Bearer token
- User must be a member of the specified tenant
Security
Users from different tenants will receive empty results (not a 403 error). This ensures tenant isolation while maintaining a consistent API experience.Response Details
The response includes:- User basic information (id, name, email)
- Role within the tenant (ADMIN or MEMBER)
- Activity status (is_active)
- Last activity timestamp