Members
Endpoint to list organization members.
Args: organization_id: ID of the organization for which to list the members. role_id: ID of the role to filter by. include_teams: Include teams in the result. include_users: Include users in the result. include_service_accounts: Include service accounts in the result. user: The authenticated user. rbac: RBAC component. organization_manager: Organization manager
Returns: List of organization members.
truetruetrueSuccessful Response
Validation Error
Endpoint to remove a member from an organization.
Args: organization_id: ID of the organization from which to remove the user. user_id: ID of the user to remove from the organization. user: The authenticated user. rbac: RBAC component. organization_manager: Organization manager. user_manager: User manager.
Raises: IllegalOperationError: If the member is a service account.
Successful Response
Validation Error
No content
Last updated
Was this helpful?