v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

listOrganizationMembers organizations

get all members of an organization by org id

get/ops/organizations/{org_id}/members

Path parameters

org_idstring required

id of the organization

Example:abc123

id of the organization

Response

OK response.

Example response

{
  "organizationMembers": [
    {
      "email": "abc123",
      "id": "abc123",
      "name": "abc123"
    }
  ]
}