Returns a list of the all users (including archived) Users are returned sorted by 'id' field in increasing order.
$ curl -G 'https://test.langlion.com/api/v2/users' \
--header 'Authorization: Bearer af2b3df9c671d5413fc5c38b467794782b4047705ac3...'
{
"data": {
"users": [
{
"id": 1,
"login": "system",
"name": "System",
"firstName": "System",
"lastName": "Langlion",
"fullname": "System Langlion",
"systemRole": "administrator",
"isArchived": 0,
"photo": null,
"language": "pl_PL",
"tosAccepted": 1,
"type": null,
"typeName": null,
"createdAt": null,
"updatedAt": "2023-08-23 15:35:56",
"additionalData": {
"id": null,
"phone": null,
"mobile": null,
"email": null,
"skype": null,
"street": null,
"zipCode": null,
"city": null,
"country": null,
"post": null,
"province": null,
"pesel": null,
"nipNumber": null,
"birthDate": null,
"birthPlace": null,
"description": null,
"billingName": null,
"billingStreet": null,
"billingCity": null,
"billingZipCode": null,
"billingNipNumber": null,
"billingPesel": null,
"billingEmail": null,
"createdAt": null,
"updatedAt": null
},
"parentUser": null
},
{
"id": 2,
"login": "admin",
"name": "Administrator",
"firstName": "Administrator",
"lastName": "Administrator",
"fullname": "Administrator Administrator",
"systemRole": "administrator",
"isArchived": 0,
"photo": null,
"language": "pl_PL",
"tosAccepted": 1,
"type": null,
"typeName": null,
"createdAt": "2017-12-18 15:46:56",
"updatedAt": "2023-01-31 18:55:13",
"additionalData": {
"id": 1,
"phone": null,
"mobile": null,
"email": null,
"skype": null,
"street": null,
"zipCode": null,
"city": null,
"country": null,
"post": null,
"province": null,
"pesel": null,
"nipNumber": null,
"birthDate": null,
"birthPlace": null,
"description": null,
"billingName": null,
"billingStreet": null,
"billingCity": null,
"billingZipCode": null,
"billingNipNumber": null,
"billingPesel": null,
"billingEmail": null,
"createdAt": "2017-12-18 15:46:56",
"updatedAt": "2017-12-18 15:46:56"
},
"parentUser": null
},
[...]
Required
No required parameters.
Optional