users
GET {{api_url}}/api/v1/users
Returns the Userlot users that you have configured inside the Userlot application.
Each user also shows the teams they are associated with.
RESPONSES
status: OK
[{"id":"4820b81b-30b3-4d48-89fa-9eb9f95c39b8","created_at":"2022-11-21T01:24:41Z","updated_at":"2023-02-06T23:32:54Z","first_name":"Userlot","last_name":"Administrator","name":"Userlot Administrator","nickname":null,"email":"admin@userlot.no","teams":[{"id":"7b2ab6af-b20c-469e-a45a-42df72dd5f2e","created_at":"2022-11-21T01:24:43Z","updated_at":"2022-11-21T01:24:43Z","name":"Customer Success Team","description":null,"product_id":"40d41e7c-4a44-4d3e-b717-760c80f5f1b1"}]}]