22.1.1.1 Request JSON Parameters
Table 22-2 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
processID |
STRING | Yes | Process ID of the Run Pipeline. |
user |
STRING | Yes | User Ids of the user to get notification emails. |
usergroup |
STRING | Yes if user Ids are not present | User Group Ids to get notification emails. |
Request JSON Sample
{
"processId": "1697696435768",
"user": [
"appuser",
"dummyuser"
],
"usergroup": [
"IDNTY_ADMN"
]
}