Clerk Roles capability. 1 operations. Lead operation: Get Organization Roles.
naftiko: 1.0.0-alpha2 info: label: Clerk Frontend Api — Roles description: 'Clerk Roles capability. 1 operations. Lead operation: Get Organization Roles.' tags: - Clerk - Roles created: '2026-05-22' modified: '2026-05-22' binds: - namespace: env keys: CLERK_PUBLISHABLE_KEY: CLERK_PUBLISHABLE_KEY capability: consumes: - type: http namespace: clerk-frontend-api-roles baseUri: '' description: Clerk clerk-frontend-api Roles business capability. resources: - name: v1-organizations-organization-id-roles path: /v1/organizations/{organization_id}/roles operations: - name: ListOrganizationRoles method: GET description: Get Organization Roles outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organization_id in: path type: string description: The organization ID. required: true