Skip to main content
POST
Remove Organization Team Member

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
teamId
string
required

The team the user should be removed from.

userId
string
required

The user which should be removed from the team.

organizationId
string | null

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
enum<string>
required

Confirmation message indicating successful removal

Available options:
Team member removed successfully.