API Guide

Example response
body
{
"Id":2664,
"Deviceids":[
2514
],
"Attributes":[
{
"DeviceId":2514,
"Attributes":[
{
"Id":341,
"Value":"MSM RAC 2",
"Deploy":true
}
]
}
]
}
/api/TemplateService/Actions/
TemplateService.MigrateProfile
POST method for TemplateService.MigrateProfile
Description
This method migrates a profile from one server to another.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"SourceDeviceEntityId":1234,
"DestinationDeviceEntityId":5555,
"ForceMigrate":false
}
Identity pools
/api/IdentityPoolService/IdentityPools
This URI represents the identity pools.
GET method for IdentityPools
This method returns the details of all identity pools.
Description
Returns identity pools.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(IdentityPoolService.IdentityPool)",
"@odata.count": 2,
"value":
Configure 177