Members
Last updated
Was this helpful?
Last updated
Was this helpful?
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. user: The authenticated user. rbac: RBAC component. organization_manager: Organization manager
Returns: List of organization members.
true
true
Organization/Workspace/Project member model.
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.
No content