Api/UPPUsers

From RPM Wiki

Table of contents

Summary

API: Get a list of staff users in RPM who have the UPP privilege

Request

{

 "Key":"{api key}",

}


Example

http://demo.rpmsoftware.com/rpm/Api2.svc/UPPUsers

{
   "Key":"abcdefg",    
}

Response

Returns list of users

{"Result":
  {
  "UPPUsersList":[
         {
           "UserID":<userID>,
           "Fullname":<staff full name>,
           "Role":<role name>,
           "Email":<email>,
           "Logon":<true/false>
         },
      {repeat as needed}
    ]
  }
}   


Example

{"Result":

{
  "UPPUsersList":[
         {
           "UserID":299202,
           "Fullname":"Ronald Bohm",
           "Role":"System Manager",
           "Email":"tom_nosend",
           "Logon":true
         },
         {
           "UserID":299967,
           "Fullname":"RPM Support",
           "Role":"System Manager",
           "Email":"tai@rpmsoftware.com",
           "Logon":true
         }
     ]
 }

}

Errors

  • "Valid key required"
  • This page was last modified 17:16, 28 Sep 2011.
  • This page has been accessed 109 times.