Create WorkFlow Role
Create a new workflow role
POST {{domain}}/api/WorkFlow/role
Headers
Name
Type
Description
client-id
string
client id of the application
Authorization
string
Bearer Token
Request Body
Name
Type
Description
object
{ "claimType":"string", "claimValue":"string", "workFlowCode":"{{client-id}}" }
{
"message": "Ok",
"isError": false,
"data": {
"claimType": "string",
"claimValue": "string",
"workFlowCode": "{{client-id}}"
}
}Last updated
Was this helpful?