Create a user assignment report
post/reports/assignment/users
Creates a user assignment report.
1{2 "alertId": "52d6095f-fe06-420e-8730-9ddc249b258f",3 "actionableEntityType": "tdc_policy",4 "actionableEntityId": "PA125984445",5 "actionableEntityLabel": "PA125984445",6 "alertStatusId": "ACTIVE",7 "assignmentTimeStamp": "2024-04-30T11:50:20.590000Z",8 "queueId": "insurance_investigations",9 "domainId": "Insurance_domain",10 "domainName": "Insurance Domain",11 "strategyName": "Insurance Strategy",12 "queueName": "Insurance Investigations",13 "assignmentAge": 0.009059993333333334,14 "sfeCount": 3,15 "userId": "videmo"16}
A report user details query representation.
| Name | Type | Required | Description |
|---|---|---|---|
userid | string | false | <= 255 characters |
domainId | string | false | <= 36 characters |
strategyId | string | false | <= 36 characters |
queueId | string | false | <= 36 characters |
filter | string | false | <= 1000 characters |
sortBy | string | false | <= 1000 characters |
start | integer | false | >= 0 |
limit | integer | false | >= 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 400 | Bad Request | The request was invalid. | Schema | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |