Create an array of user's level

Add multiple users

POST {{domain}}/api/UserLevel

Path Parameters

Name
Type
Description

Authorization

string

Bearer Token

Headers

Name
Type
Description

client-id

string

client id of the application

Request Body

Name
Type
Description

object

{ "workFlowCode":"{{client-id}}", "emails":[ "email1", "email2"], "levelNo":1 }

{
    "message": "Ok",
    "isError": false,
    "data": {
        "workFlowCode": "{{client-id}}",
        "emails": [
            "string",
            "string"
        ],
        "levelNo": 1
    }
}

Last updated

Was this helpful?