teams

GET {{api_url}}/api/v1/teams

Returns the teams you have configured inside the Userlot administration interface.

This will also return the users associated with each team.

RESPONSES

status: OK

[{"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","users":[{"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"},{"id":"e510a5b1-723c-4191-80a4-48bde662190a","created_at":"2022-11-21T01:52:31Z","updated_at":"2023-02-07T08:06:46Z","first_name":"Luke","last_name":"Skywalker","name":"Luke Skywalker","nickname":null,"email":"skywalker@userlot.no"}]}]