Summary

Gets information on all master profiles on the UMS instance.

This method will also list master profiles that are located in the Recycle Bin ("movedToBin":"true").

Resource URL

/v2/masterprofiles/

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v2/masterprofiles

Response Type

Returns a list of profiles.

Example Response

[

{

"firmwareID": "32",

"isMasterProfile": true,

"overridesSessions": false,

"id": "72054",

"name": "Company Master Profile",

"parentID": "-14",

"movedToBin": false,

"objectType": "masterprofile",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v2/masterprofiles/72054"

},

{

"rel": "Parent",

"href": "root"

},

{

"rel": "Firmware",

"href": "https://172.30.91.227:8443/umsapi/v2/firmwares/32"

}

]

},

{

"firmwareID": "23",

"isMasterProfile": true,

"overridesSessions": false,

"id": "72055",

"name": "Spcieal Master Profile",

"parentID": "-14",

"movedToBin": false,

"objectType": "masterprofile",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v2/masterprofiles/72055"

},

{

"rel": "Parent",

"href": "root"

},

{

"rel": "Firmware",

"href": "https://172.30.91.227:8443/umsapi/v2/firmwares/23"

}

]

}

]