CustomerUsers

CustomerUsers()

Get the list of customer users.
Available since RPM18

Request

Request Data:

No data required.

Response

{
  "Result": {
    "CustomerUsers": [
      {
        "Name": <string>,
        "UserID": <int>,
        "Username": <string>,
        "PrimaryCustomerID": <int>,
        "PrimaryCustomer": <string>,
        "Enabled": <bool>
      },
      // ... More Customer Users
    ]
  }
}

Errors

None