Get users in a workflow level.
Get users in a workflow level
GET {{domain}}/api/UserLevel/{workflowcode}
Path Parameters
Name
Type
Description
workflowcode
string
The workflow code
Headers
Name
Type
Description
Authorization
string
Bearer Token
client-id
string
client id of the application
{
"message": "Ok",
"isError": false,
"data": [
{
"email": "email1",
"levelNo": 1
},
{
"email": "email2",
"levelNo": 1
}
]
}PreviousUpdate multiple authorizer's objects on a single requestNextDelete users in a workflow level.
Last updated
Was this helpful?