Skip to main content

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.

Update display name, email, disable 2FA, and Activate/Deactivate a User.

Parameters

ParameterDescription
2-Factor AuthenticationCheck this to enable 2FA for the user.
EmailThe email of the user after update.
NameThe name of the user after update.
StatusChange user status.
User IDThe ID of the user.

Example Output

{
	"id": "<string>",
	"type": "<string>",
	"name": "<string>",
	"email": "<string>",
	"status": "<string>",
	"2fa": false,
	"groups": [
		{
			"id": "<string>",
			"type": "<string>"
		}
	]
}

Workflow Library Example

Update User with Split and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop