External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
Update User
Update user with the given identifier.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| E-mail address of the user. | |
| Full Name | Name of the user. |
| ID | Identifier of the user to be searched. |
| Role | Role of user. It may be one of admin, user or the name of a custom role you’ve created. |
{
"data": {
"id": "string",
"name": "string"
},
"requestId": "string",
"result": "string",
"took": 0
}
Was this page helpful?