Retrieve information about the agents in your account. Similar to the organization call, except with more detail and without nesting.
GET
/api/users.json
curl \
--request GET 'https://application.textline.com/api/users.json'
Response examples (200)
{
"user": {
"avatar_url": "https://example.com/image.png",
"name": "Chuck Finley",
"on_call": true,
"username": "ChuckF",
"uuid": "deb79a6a-0652-4e14-86f2-dc8c5c502369",
"email": "chuckf@textline.com",
"permission_level": "Admin",
"group_uuids": [
"21ca50a9-a85d-49d1-9266-0df69fd5a9ef",
"35c450e8-5b60-46e2-b691-481419462c16"
]
}
}