GET/desk/api/v2/users.json
List users for current installation.
The following values are allowed in the filter query parameter:
- autoFollowOnCC
- avatarURL
- createdAt
- createdBy
- editMethod
- firstName
- firstname
- id
- inboxes.id
- isPartTime
- lastName
- lastname
- reviewer
- role
- sendPushNotifications
- sendWebNotifications
- state
- ticketReplyRedirect
- trainingWheelsEnrollment
- triggers.id
- updatedAt
- updatedBy
- users.ontraining
The following values are allowed in the orderBy query parameter:
-
autoFollowOnCC
-
avatarURL
-
createdAt
-
createdBy
-
editMethod
-
email
-
email
-
firstName
-
firstname
-
id
-
isPartTime
-
isPartTime
-
lastName
-
lastname
-
reviewer
-
role
-
role
-
sendPushNotifications
-
sendWebNotifications
-
state
-
ticketReplyRedirect
-
trainingWheelsEnrollment
-
updatedAt
-
updatedBy
The following values are allowed in the [includes](https://apidocs.teamwork.com/guides/desk/relationships-and-includes) query parameter:
-
inboxes
-
permissionusers
-
trainingwheelsenrollments
-
users
-
all
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
UsersAPIBody handles request/response for user listing
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
200 OK
UsersAPIBody
{ "included": { "inboxes": [ { "autoReplyEnabled": true, "autoReplyFromUserId": 0, "autoReplyMessage": "string", "autoReplySubject": "string", "clientOnly": true, "createdAt": "2024-11-21T11:55:21.013Z", "createdBy": { "delete": true, "id": 0, "meta": { "additionalProp": "Unknown Type: any" }, "type": 0 },