Login Details

POST /Account/Read/Login

This process returns the login details for the user who created the api key. Secret Hmac Required. Cache Time 1 Hour. Reset if login users added.

Body

  • ShowAll number

    If set, all login records that can access this customer number are returned. Otherwise the login record who created the API key is returned.

Responses

  • Login Information successfully returned

    Hide response attributes Show response attributes object
POST /Account/Read/Login
curl \
 -X POST https://Api.StrandVision.com/v1.0/Account/Read/Login \
 -H "Authorization: X-apikey $ACCESS_TOKEN" \
 -H "Authorization: X-apidate $ACCESS_TOKEN" \
 -H "Authorization: X-apihmac $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"ShowAll":1}'
Request example
{
  "ShowAll": 1
}
Request examples
{
  "ShowAll": 1
}
Response examples (200)
[
  {
    "Parent": 10028,
    "Custno": 10028,
    "Created": "Sun, 18 May 2008 20:47:33 GMT",
    "LoginId": 1067,
    "UserName": "edituser",
    "DispGroup": "Altoona, WI (10)",
    "Mode": 1,
    "EmailId": 0,
    "FirstName": "",
    "LastName": "",
    "Email": "",
    "Phone": "",
    "LastLogin": 0
  },
  {
    "Parent": 10028,
    "Custno": 10028,
    "Created": "Tue, 01 Jun 2004 00:00:00 GMT",
    "LoginId": 5,
    "UserName": "admin",
    "DispGroup": "All of StrandVision Digital Signage (9)",
    "Mode": 100,
    "EmailId": 3,
    "FirstName": "Mike",
    "LastName": "Strand",
    "Email": "strandadmin@strandvision.com",
    "Phone": "715-235-7446",
    "LastLogin": "Mon, 17 Jul 2023 20:05:00 GMT"
  },
  {
    "Parent": 10028,
    "Custno": 10028,
    "Created": "Wed, 09 Nov 2011 14:50:23 GMT",
    "LoginId": 14101,
    "UserName": "testuser",
    "DispGroup": "U.S.A (14030)",
    "Mode": 100,
    "EmailId": 2379,
    "FirstName": "Testuser",
    "LastName": "",
    "Email": "testuser@strandvision.com",
    "Phone": "",
    "LastLogin": 0
  }
]
Response examples (200)
{
  "Parent": 10028,
  "Custno": 10028,
  "Created": "Tue, 01 Jun 2004 00:00:00 GMT",
  "LoginId": 5,
  "UserName": "admin",
  "DispGroup": "All of StrandVision Digital Signage (9)",
  "Mode": "Administrator",
  "FirstName": "Mike",
  "LastName": "Strand",
  "Email": "admin@strandvision.com",
  "Phone": "7152357446",
  "LastLogin": "Fri, 07 Jul 2023 01:59:00 GMT"
}