GET   users

Returns all customer's users.

Request example

Response body model example and description

[
  {
    "id": 1,
    "guid": "bdc5b0ee-f101-4f26-8188-0ce9bb8b7c85",
    "name": "sample string 3",
    "full_name": "sample string 4",
    "phone": "sample string 5",
    "mobile": "sample string 6",
    "email": "sample string 7",
    "approved": true,
    "locked_out": true,
    "language_tag": "sample string 10",
    "roles": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  {
    "id": 1,
    "guid": "0a6c40d6-cc8e-4d1d-b623-5032255ae4c6",
    "name": "sample string 3",
    "full_name": "sample string 4",
    "phone": "sample string 5",
    "mobile": "sample string 6",
    "email": "sample string 7",
    "approved": true,
    "locked_out": true,
    "language_tag": "sample string 10",
    "roles": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  {
    "id": 1,
    "guid": "d21cc16e-7ef8-4924-b87a-3ce75a1990f4",
    "name": "sample string 3",
    "full_name": "sample string 4",
    "phone": "sample string 5",
    "mobile": "sample string 6",
    "email": "sample string 7",
    "approved": true,
    "locked_out": true,
    "language_tag": "sample string 10",
    "roles": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  }
]
NameType Description
idInteger

User ID.

guidGuid

User GUID.

nameString

Login Username.

full_nameString

Full name.

phoneString

Phone.

mobileString

Mobile.

emailString

Email.

approvedBoolean

Is user allowed to log in and use ASM? Check this to turn the user account off.

locked_outBoolean

Has user been locked out? Will be automatically checked after too many failed logins.

language_tagString

Language and regional settings in format: 'LL - RR', where 'LL' - language code by ISO 639-1 and 'RR' - region code by ISO 3166-1.

rolesArray

Roles.