Summary

Gets information on a specific priority profile directory (called "master profiles" before UMS 12).

This method will also show priority profile directories that are located in the Recycle Bin ("movedToBin":"true").

Resource URL

/v3/directories/masterprofiledirectories/{id}

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v3/directories/masterprofiledirectories/20707

Response Type

Returns a priority profile directory.

Example Response

{

"id": "72101",

"name": "Basic",

"parentID": "-14",

"movedToBin": false,

"objectType": "masterprofiledirectory",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/directories/masterprofiledirectories/72101"

},

{

"rel": "Parent",

"href": "root"

}

]

}