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 a property of a given user.
External DocumentationTo learn more, visit the Authentik documentation.

Basic Parameters

ParameterDescription
NameThe user’s name.
User IDThe ID of user. Can be obtained by the List Users action.
UsernameThe user’s username.

Advanced Parameters

ParameterDescription
AttributesThe additional attributes of the user.
EmailThe user’s email.
GroupsAn array of the ids of user’s groups. Can be obtained by the List Groups action.
Is ActiveIs the user active.
Last LoginThe last login of the user.
PathThe path of the user.
TypeThe type of the user.

Example Output

{
	"pk": 3,
	"username": "<string>",
	"name": "<string>",
	"is_active": false,
	"last_login": null,
	"is_superuser": false,
	"groups": [],
	"groups_obj": [],
	"email": "<string>",
	"avatar": "<string>",
	"attributes": {},
	"uid": "<string>",
	"path": "<string>",
	"type": "<string>",
	"uuid": "<string>",
	"password_change_date": "2025-04-17T12:31:40.189741Z"
}

Workflow Library Example

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