OpenAPI 3.0.32026-08-12174296704.1 KB
c66cdcca5f9e
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"
}
]
}