Skip to content

suspend_member

Suspend a workspace member, revoking their access without deleting them.

The membership is set to SUSPENDED (reversible with reactivate_member); the
member's role is preserved. Fails if the workspace has suspends disabled or the
email is not a current member. Requires workspace member-edit permission.

Parameters

ParameterTypeDefaultDescription
workspace_idrequiredstring (uuid)The workspace the member belongs to.
emailrequiredstring (email)Email of the member to suspend. Must be an existing member of the workspace.