List members (Readonly+)
GET
/tenants/me/members
Returns all members of the authenticated tenant with their roles. Any authenticated user with at least readonly access can list members.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of members
Array<object>
Response for a member in a tenant.
object
created_at
required
string format: date-time
email
required
string
role
required
string
user_id
required
string format: uuid
Example
{ "created_at": "2025-01-15T10:30:00Z", "role": "admin", "user_id": "550e8400-e29b-41d4-a716-446655440000"}Unauthorized
Server error