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
        }
    ]
}

Last updated

Was this helpful?