Customer Details

POST /Account/Read/User

This process returns the user record details for this customer number. Secret Hmac Required. Cache Time 1 Hour. Reset if customer information edited.

Body

  • Custno number

    If set, a different customer number is returned if access is allowed to it.

Responses

  • 200

    User Information successfully returned

    Hide response attributes Show response attributes object
    • Parent number

      Parent User Number (top level)

    • Custno number

      customer number

    • Created string

      date/time the account was created

    • LoginOwnerId number

      the login user who is the owner of this account

    • DispGroup string

      the screen group that this user is in

    • Company string

      company name

    • FirstName string

      primary contact first name

    • LastName string

      primary contact last name

    • Address1 string

      address line 1

    • Address2 string

      address line 2

    • City string

      city

    • State string

      state/province

    • Zip string

      zip code/postal code

    • CountryCode string

      country Code

    • Longitude number

      longitude

    • Latitude number

      latitude

    • Phone string

      Primary business phone number

    • Fax string

      Primary business fax number

    • Web string

      company web site

    • Description string

      description of company

    • Mission string

      mission/vision of company

    • TimeZone string

      time zone string

    • LocationId string

      location id used by the company (for Hyatt it is the Spirit Code)

    • Pages number

      total pages used

    • PagesPlayed number

      Total Signage Pages Played

    • LastLogin string

      Last Date/Time logged in

    • LastUse string

      Last Date/Time used

    • LastContent string

      Last Date/Time that signage content was updated

POST /Account/Read/User
curl \
 -X POST https://Api.StrandVision.com/v1.0/Account/Read/User \
 -H "Authorization: X-apikey $ACCESS_TOKEN" \
 -H "Authorization: X-apidate $ACCESS_TOKEN" \
 -H "Authorization: X-apihmac $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"Custno":10028}'
Request example
{
  "Custno": 10028
}
Request examples
{
  "Custno": 10028
}
Response examples (200)
{
  "Parent": 10028,
  "Custno": 10028,
  "Created": "Tue, 01 Jun 2004 00:00:00 GMT",
  "LoginOwnerId": 5,
  "DispGroup": "Altoona, WI (10)",
  "Company": "StrandVision Digital Signage",
  "FirstName": "Mike",
  "LastName": "Strand",
  "Address1": "6595 South Shore Drive",
  "Address2": "",
  "City": "Altoona",
  "State": "WI",
  "Zip": "54720",
  "CountryCode": "US",
  "Longitude": -91.4042,
  "Latitude": 44.8088,
  "Phone": "7152357446",
  "Fax": "",
  "Web": "www.StrandVision.com",
  "Description": "StrandVision LLC is a new generation of digital signage companies which leverage the power and flexibility of the Internet. It provides an inexpensive, easy-to-implement way for business customers to display constantly changing messages to employees, visitors and customers using computer or television displays.",
  "Mission": "Improving relationships with customers, employees and visitors through effective, easy and enjoyable communication.",
  "TimeZone": "America/Chicago",
  "LocationId": "",
  "Pages": 46,
  "PagesPlayed": 187,
  "LastLogin": "Fri, 07 Jul 2023 01:59:00 GMT",
  "LastUse": "Sat, 08 Jul 2023 08:15:00 GMT",
  "LastContent": "Mon, 12 Jun 2023 16:16:00 GMT"
}
Response examples (200)
{
  "Parent": 10028,
  "Custno": 10028,
  "Created": "Tue, 01 Jun 2004 00:00:00 GMT",
  "LoginOwnerId": 5,
  "DispGroup": "10 (Altoona, WI)",
  "Company": "StrandVision Digital Signage",
  "FirstName": "Mike",
  "LastName": "Strand",
  "Address1": "6595 South Shore Drive",
  "Address2": "string",
  "City": "Altoona",
  "State": "WI",
  "Zip": "54720",
  "CountryCode": "US",
  "Longitude": -91.4042,
  "Latitude": -91.4042,
  "Phone": "7152357446",
  "Fax": "string",
  "Web": "www.strandvision.com",
  "Description": "StrandVision LLC is a new generation of digital signage companies which leverage the power and flexibility of the Internet. It provides an inexpensive, easy-to-implement way for business customers to display constantly changing messages to employees, visitors and customers using computer or television displays.",
  "Mission": "Improving relationships with customers, employees and visitors through effective, easy and enjoyable communication.",
  "TimeZone": "America/Chicago",
  "LocationId": "string",
  "Pages": 46,
  "PagesPlayed": 187,
  "LastLogin": "Fri, 07 Jul 2023 01:59:00 GMT",
  "LastUse": "Sat, 08 Jul 2023 08:15:00 GMT",
  "LastContent": "Mon, 12 Jun 2023 16:16:00 GMT"
}