Summary

Gets information on a specific Master Profile Directory.

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

Resource URL

/v2/directories/masterprofiledirectories[id]

Example Request

curl \

--request GET \

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

Response Type

Returns a Master 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/v2/directories/masterprofiledirectories/72101"

},

{

"rel": "Parent",

"href": "root"

}

]

}