v18

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-111422448.7 KB
Organization Management

Remove Organization Team Member

Remove a member from a team

post/auth/organization/remove-team-member

Request body

teamIdstring required

The team the user should be removed from.

userIdstring required

The user which should be removed from the team.

organizationIdstring nullable

The organization ID which the team falls under. If not provided, it will default to the user's active organization.

Response

Team member removed successfully

message'Team member removed successfully.' required

Confirmation message indicating successful removal