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.

Get a user by their user ID.

Parameters

ParameterDescription
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

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