Create a user assignment report

post/reports/assignment/users

Creates a user assignment report.

Request Samples

1

Response Samples

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}

Request Body

A report user details query representation.

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
400Bad Request

The request was invalid.

Schema
403Forbidden

The user did not have the necessary permissions.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema