List organization members
Organizations
List organization members
Lists a page of organization members. Requires membership in the organization.
GET
List organization members
Authorizations
workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens
Path Parameters
Organization ID. Prefixed form org_<id> is canonical.
Required string length:
1 - 54Example:
"org_j572abc123def456"
Query Parameters
Pagination cursor from a previous response's next_cursor.
Items per page (1-100, default 50)
Required range:
1 <= x <= 100Example:
50