List Members
GET
/api/org/users
Get a paginated list of organization members.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Responses
List organization users
application/vnd.api+json
JSON "links": { "self": "string", "next": "string" }, "data": [ { "id": "string", "type": "user", "attributes": { "email": "string", "name": "string", "role": "string" } } ], "meta": { "count": 0 }
{
}