GET Account/MyAccount/CSRs Try Now
Gets the subscriber CSR.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
None.
Response Information
Resource Description
Subscriber CSR
| Name | Description | Type | Additional 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": ""
}
]
}