List Members
Members
List Members
List all members of an organization
GET
List Members
Returns all members of the organization, including their user profile and role. Requires theDocumentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
members:read permission.
Auth
Requires a valid Bearer token with
members:read permission.Path Parameters
Organization identifier.
Response
Array of member objects.
Total number of members.
Errors
| Status | Code | Description |
|---|---|---|
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
403 | AUTHORIZATION_ERROR | Insufficient permissions (members:read required) |
404 | NOT_FOUND | Organization not found |

