Skip to main content
Activate or deactivate a user's organization membership

Path Parameters

organization_id
string
required
user_id
string
required

Body

application/json

Request model to activate or deactivate a user's organization membership.

is_active
boolean
required

True to reactivate the user's membership, False to deactivate it. Deactivating blocks the user's access to this organization while preserving their membership and role.

Response

Successful Response