Skip to main content
POST
Remove Organization Team Member

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

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

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

Response

Success

message
enum<string>
required

Confirmation message indicating successful removal

Available options:
Team member removed successfully.