v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Users

Get

Get a user for the given id.

get/public/api/users/{id}

Path parameters

idstring required

The id of the User

Headers

Acceptstring

e.g. application/json

Response

OK

user_idstring
usernamestring
first_namestring
last_namestring
client_rolestring
emailstring
groupsstring[]
languagestring
photostring
store_idstring
tagsstring[]
allow_local_loginboolean
mobile_versionstring
desktop_versionstring
last_seenstring
client_idstring[]
created_datestring
updated_datestring

Example response

{
  "user_id": "53fb03c6546847ee0d30086a",
  "username": "johndoe9@houston.com",
  "first_name": "John",
  "last_name": "Doe",
  "client_role": "ROLEVIEWER",
  "email": "johndoe9@houston.com",
  "groups": [
    "test"
  ],
  "language": "en",
  "photo": "https://www.w3schools.com/w3images/avatar2.png",
  "store_id": "5739b18c6b8e2ac941fbee86",
  "tags": [
    "regional"
  ],
  "allow_local_login": true,
  "mobile_version": "6.5.16",
  "desktop_version": "7.0.16-9",
  "last_seen": "2020-11-19T14:21:44.625Z",
  "client_id": [
    "SITE_1"
  ],
  "created_date": "2019-02-10T17:20:11.531Z",
  "updated_date": "2020-11-10T12:11:15.439Z"
}