List of Users

📘

Supported Regions and Base URLs

👍

Access and Registration

Authentication

Scope

users:read

Body Response - Schema

200 (users list)

ParameterTypeDescriptionRequired
countintegerthe number of results in the current pageno
totalintegerthe total of results in the accountno
pageintegerthe current pageno
per_pageintegerthe number of results per pageno
total_pagesintegerthe number of the total of result pagesno
_embeddedobject"_embedded" subdivides into:

1 - "users" (array[object]) - the results displayed in an array.
1.1 - "id" (string) - the ID of the user.
1.2 - "email" (string) - the e-mail of the user.
1.3 - "name" (string) - the name of the user.
1.4 - "active" (boolean) - the activation state of the user.
1.5 - "gender" (string) - the gender of the user.
1.6 - "extension" (integer) - the phone extension for the user.
1.7 - "external_phone_number" (string) - the external phone number for the user.
1.8 - "created_at" (string) - the date for the creation of the user.
1.9 - "_links" (object) - the defined links.
1.9.1 - "self" (object) - the URI of the details of the user.
1.9.1.1 - "href" (string) - default:
http://api-docs.talkdesk.org/users/:id
no
_linksobjectThe defined links. "_links" subdivides into:

1 - "self" (object) - the URI of the users list.
1.1 - "href" (string) - the URI value. Default:
http://api-docs.talkdesk.org/users

2 - "next" (object) - the URI of the next page of the users list.
2.1 - "href" (string) - the URI value. Default:
http://api-docs.talkdesk.org/users?page=2

3 - "first" (object) - the URI of the first page of the users list.
3.1 - "href" (string) - the URI value. Default:
http://api-docs.talkdesk.org/users?page=1

4 - "last" (object) - the URI of the last page of the users list.
4.1 - "href" (string) - the URI value. Default:
http://api-docs.talkdesk.org/users?page=2

5 - "show" (object) - the URI of a user details.
5.1 - "templated" (boolean) - the URI value. Default: true
5.2 - "href" (string) - Default:
http://api-docs.talkdesk.org/users/{id}

6 - "index" (object) - the URI of the users list with filters.
6.1 - "templated" (boolean) - the URI value. Default: true
6.2 - "href" (string) - Default:
https://api-docs.talkdesk.org/users{?active,email,page,per_page}
no

400 (bad request), 401 (unauthorized), 403 (forbidden access)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fieldsarray[object]"fields" subdivides into:

"name" (string)

"description" (string)
yes (name and description)

🚧

Troubleshooting

If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.

Language
Authorization
Header
Click Try It! to start a request and see the response here!