axonpush
API referenceOrganization

GET /organizations/{orgId}/members

GET
/organizations/{orgId}/members

Path Parameters

orgId*string

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/organizations/string/members"
{  "$schema": "https://example.com/schemas/ListMembersOutputBody.json",  "members": [    {      "email": "string",      "joinedAt": "string",      "memberId": "string",      "orgId": "string",      "role": "string",      "userId": "string"    }  ]}