Summary

Gets information on a specific Profile Directory.

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

Resource URL

/v2/directories/profiledirectories

Example Request

curl \

--request GET \

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

Response Type

Returns a Profile Directory.

Example Response

{

"id": "20707",

"name": "Standards",

"parentID": "-2",

"movedToBin": false,

"objectType": "profiledirectory",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v2/directories/profiledirectories/20707"

},

{

"rel": "Parent",

"href": "root"

}

]

}