Skip to main content
Suspend a user by its ID.

Parameters

ParameterDescription
Account IDThe ID of the 1Password account.
User IDThe ID of the user.

Example Output

{
	"id": "USER1234567890ABCDEF12",
	"email": "example1@example.com",
	"display_name": "Example1 User",
	"state": "SUSPENDED",
	"create_time": "2024-01-15T10:30:00Z",
	"path": "accounts/ACCOUNT123/users/USER1234567890ABCDEF12"
}

Workflow Library Example

Suspend User with 1Password Users and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop