Create a user assignment hierarchy

post/reports/assignmentHierarchy/users

Creates a user assignment hierarchy.

Request Samples

1

Response Samples

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": 2
36}

Request Body

A collection of report user query representations.

NameTypeRequiredDescription
accept
string
false

A space-delimited list of media types from which an Accept header can be constructed.

count
integer<int64>
false

If populated, this value indicates the number of items in the collection.

limit
integer
false

The number of items that were requested for the collection.

links
array [Link]
false

The links that apply to the collection.

name
string
false

The name of the collection.

start
integer<int64>
false

The zero-based index of the first item in the collection.

version
integer
false

The version number of the collection representation. This representation is version 2.

items
array [reportUserQueryRep]
false

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
400Bad Request

The request was invalid.

Schema
403Forbidden

The user did not have the necessary permissions.

Schema