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 user with the given identifier.
External DocumentationTo learn more, visit the Opsgenie documentation.

Parameters

ParameterDescription
EmailE-mail address of the user.
Full NameName of the user.
IDIdentifier of the user to be searched.
RoleRole of user. It may be one of admin, user or the name of a custom role you’ve created.

Example Output

{
	"data": {
		"id": "string",
		"name": "string"
	},
	"requestId": "string",
	"result": "string",
	"took": 0
}

Workflow Library Example

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