GET Account/MyAccount/CSRs Try Now

Gets the subscriber CSR.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

None.

Response Information

Resource Description

Subscriber CSR

NameDescriptionTypeAdditional information
Users
Collection of UserDetails
None.

Response Formats

application/json, text/json

Sample:
{
  "Users": [
    {
      "UserId": "",
      "RoleId": "",
      "SubscriberId": "",
      "FirstName": "",
      "LastName": "",
      "JobTitle": "",
      "Phone": "",
      "Cell": "",
      "Fax": "",
      "Address1": "",
      "Address2": "",
      "Zip": "",
      "CountryId": "",
      "StateId": "",
      "TimeZoneId": "",
      "Company": "",
      "Website": "",
      "Extension": "",
      "StateOther": "",
      "Username": "",
      "Email": "",
      "City": "",
      "CountryCode": "",
      "Country": "",
      "TimeZone": "",
      "RoleName": ""
    }
  ]
}