Skip to main content
POST
Create decision role

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tenantId
string
required

Tenant ID

Example:

"d46619ed-1b12-4e30-ac9a-bb3fdbae2abf"

roleName
string
required

Role name

Maximum string length: 50
Example:

"Approver"

status
enum<string>

Status

Available options:
ACTIVE,
INACTIVE

Response

201 - application/json

Decision role created successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-08T06:33:20.711Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data