Organizations

Activate or deactivate a user's organization membership

Activate or deactivate a user's membership in the organization.

Deactivating preserves the membership and role but blocks the user's access to this organization; reactivating restores it.

patch/organizations/{organization_id}/users/{user_id}

Path parameters

organization_idstring required
user_idstring required

Request body

is_activeboolean 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

Changes

No recorded changes to this endpoint across all 1 revision of this API.