cURL
curl --request GET \ --url https://api.diversion.dev/v0/organizations/{org_id}/members \ --header 'Authorization: Bearer <token>'
{ "items": [ { "member": { "id": "member_123456", "user_id": "user_123456", "organization_id": "org_123456", "role": "READ" }, "user": { "id": "<string>", "image": "<string>", "email": "[email protected]", "full_name": "<string>", "name": "<string>", "tier": "EDUCATION" } } ], "total": 123, "has_more": true }
Get a paginated list of all members in the organization, sorted by name
This API uses OAuth 2 with the implicit grant flow
Organization identifier
1 - 128
Maximum number of items to return
1 <= x <= 100
Number of items to skip
x >= 0
List of organization members
Show child attributes
Total number of items available
Whether there are more items available