# 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

| Parameter             | Type           | Default | Description                                                                  |
| --------------------- | -------------- | ------- | ---------------------------------------------------------------------------- |
| workspace\_idrequired | string (uuid)  | —       | The workspace the member belongs to.                                         |
| emailrequired         | string (email) | —       | Email of the member to suspend. Must be an existing member of the workspace. |
