inactive immediately blocks their ability to log in to the dashboard or call the API. Setting it back to active restores their access. This is useful for temporarily suspending a member without permanently removing them from your account.
Endpoint
Authentication
This endpoint requires a valid Dashboard JWT. Pass the token in theAuthorization header:
Request Body
The unique identifier of the team member whose status you want to update. Use Fetch Members to look up member IDs.
The new status to apply to the member. Accepted values:
| Value | Description |
|---|---|
active | Restore the member’s access |
inactive | Block the member’s access |
suspended | Suspend the member’s account |
deactivated | Deactivate the member’s account |