Workspaces
List organization members
GET
/organizations/{id}/teamAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Organization ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/organizations/string/team"{ "$schema": "https://example.com/api/v1/schemas/OrganizationTeamOutputBody.json", "current_seats": 0, "members": [ { "email": "string", "role": "string", "user_id": "string" } ]}