Create User
Creates a user with the given payload.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
Parameter | Description |
---|---|
E-mail address of the user. | |
Full Name | Name of the user. |
Role | Role 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
Create User with Opsgenie and Send Results Via Email
Preview this Workflow on desktop