API Guide

HTTP response
codes
200
Example
Input:
[
{
"UserTypeId": 2,
"DirectortyServiceId": 0,
"Description": "admin",
"Name": "MSMMegatronTeam",
"Password": "",
"UserName": "MSMMegatronTeam",
"RoleId": "10",
"Locked": false,
"Enabled": true,
"ObjectGuid": "d22005b6-0ce5-40ed-88d0-7f7759b52f25"
},
{
"UserTypeId": 2,
"DirectortyServiceId": 0,
"Description": "admin",
"Name": "MSMDevelopmentTeam",
"Password": "",
"UserName": "MSMDevelopmentTeam",
"RoleId": "10",
"Locked": false,
"Enabled": true,
"ObjectGuid": "21dd5985-602f-48a2-bde5-dde50eefb422"
}
]
Output:
[
{
"Id": "4664",
"UserTypeId": 2,
"DirectortyServiceId": 0,
"Name": "test456",
"Password": null,
"UserName": "test456",
"Description": "admin",
"Oem": null,
"RoleId": "10",
"Locked": false,
"IsBuiltin": false,
"Enabled": true,
"ObjectGuid": null
},
{
"Id": "4764",
"UserTypeId": 2,
"DirectortyServiceId": 0,
"Name": "test789",
"Password": null,
"UserName": "test789",
"Description": "admin",
"Oem": null,
"RoleId": "10",
"Locked": false,
"IsBuiltin": false,
"Enabled": true,
"ObjectGuid": null
}
]
Table 38. Attributes
Attribute name Description
Id Unique identifier of the resource within the collection.
60 Application settings