Lists all users
GET
/users
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://learnifier.com/users'
Response Response Example
200 - Example 1
[
{
"authorizationPossible": true,
"displayName": "Jane Doe",
"externalId": "string",
"firstLogin": "2019-08-24T14:15:22Z",
"firstName": "Jane",
"hardLock": true,
"homeOrg": 1234,
"id": "81590981-1e05-4fd5-aa15-15bc4b06cf7f",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "Doe",
"locked": true,
"prefs": {
"locale": "sv-SE"
},
"primaryEmail": "user@example.com",
"backOfficeRoles": [
{
"id": "string",
"name": "string"
}
],
"clientRoles": [
{
"id": "string",
"roles": [
{
"id": "string",
"name": "string"
}
]
}
]
}
]
Request
Query Params
limit
integer
optional
offset
integer
optional