Actions
Reactivate User
Reactivate a suspended user by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Account ID | The ID of the 1Password account. |
| User ID | The ID of the user. |
{
"id": "USER1234567890ABCDEF12",
"email": "example1@example.com",
"display_name": "Example1 User",
"state": "ACTIVE",
"create_time": "2024-01-15T10:30:00Z",
"path": "accounts/ACCOUNT123/users/USER1234567890ABCDEF12"
}
Was this page helpful?