Get a user assignment hierarchy
get/reports/assignmentHierarchy/users/{userId}
Returns a hierarchy for the user assignment report for the given user.
1{2 "links": [3 {4 "method": "GET",5 "rel": "self",6 "href": "/svi-alert/reports/assignmentHierarchy/users",7 "uri": "/svi-alert/reports/assignmentHierarchy/users",8 "type": "application/vnd.sas.collection"9 }10 ],11 "name": "items",12 "accept": "application/vnd.sas.investigation.triage.domain.tree.node+json",13 "count": 1,14 "items": [15 {16 "version": 1,17 "domainName": "Insurance Domain",18 "domainId": "insurance_domain",19 "strategies": [20 {21 "version": 1,22 "strategyId": "strategy_8088058",23 "strategyName": "Insurance Strategy",24 "queues": [25 {26 "version": 1,27 "queueId": "insurance_investigations",28 "queueName": "Insurance Investigations"29 }30 ]31 }32 ]33 }34 ],35 "version": 236}
| Name | Type | Required | Description |
|---|---|---|---|
userId | string | true | Specifies the identifier for the user. <= 255 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema |