Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Reactivate a suspended user by its ID.
Parameters
| Parameter | Description |
|---|
| Account ID | The ID of the 1Password account. |
| User ID | The ID of the user. |
Example Output
{
"id": "USER1234567890ABCDEF12",
"email": "example1@example.com",
"display_name": "Example1 User",
"state": "ACTIVE",
"create_time": "2024-01-15T10:30:00Z",
"path": "accounts/ACCOUNT123/users/USER1234567890ABCDEF12"
}
Workflow Library Example
Reactivate User with 1Password Users and Send Results Via Email