Skip to content

Instantly share code, notes, and snippets.

@azraai
Created July 19, 2016 02:48
Show Gist options
  • Save azraai/61113a86103ee804c5cbcde01db3169b to your computer and use it in GitHub Desktop.
Save azraai/61113a86103ee804c5cbcde01db3169b to your computer and use it in GitHub Desktop.
LSS API Example
GET /api/v1/users/administrator HTTP/1.1
Host: lss.inceif.org
X-Api-Public_Key: 2c2af52cf883ff791251c4fb59449d3c72adde48e2a1bf58
Cache-Control: no-cache
{
"user": {
"username": "administrator",
"name": "Super Admin",
"email": "[email protected]",
"type": "Staff",
"symphony_profile": "TECH",
"role": "admin",
"status": "active"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment