{
  "data": {
    "_expands": [],
    "size": 1,
    "start": 0,
    "limit": 50,
    "isLastPage": true,
    "_links": {
      "base": "https://your-domain.atlassian.net/rest/servicedeskapi",
      "context": "context"
    },
    "values": [
      {
        "accountId": "5b10ac8d82e05b22cc7d4ef5",
        "emailAddress": "fred@example.com",
        "displayName": "Fred F. User",
        "active": true,
        "timeZone": "Australia/Sydney",
        "_links": {
          "jiraRest": "https://your-domain.atlassian.net/rest/api/2/user?accountId=5b10ac8d82e05b22cc7d4ef5",
          "self": "https://your-domain.atlassian.net/rest/api/2/user?accountId=5b10ac8d82e05b22cc7d4ef5"
        }
      }
    ]
  }
}