# reactivate_member

Reactivate a suspended workspace member, restoring their access.

The membership is set back to ACTIVE with its previous role. This is the inverse  
of suspend\_member. Fails if the workspace has invites 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 suspended member to reactivate. |
