Engagedly · Example Payload

List Users Response

Performance ManagementHR SoftwareEmployee EngagementGoal Tracking360 FeedbackLearning ManagementEmployee RecognitionTalent ManagementOKRPeople Operations

List Users Response is an example object payload from Engagedly, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

successpaginationdata

Example Payload

Raw ↑
{
  "success": true,
  "pagination": {
    "page": 1,
    "size": 25,
    "has_more": false,
    "total_records": 1
  },
  "data": [
    {
      "id": "b62167d0-2718-4e45-9721-27535991becf",
      "name": "Adam Smith",
      "status": "Active",
      "email": "adam.smith@teamyogi.com",
      "first_name": "Adam",
      "middle_name": null,
      "last_name": "Smith",
      "employee_id": "E007",
      "display_picture": {
        "medium": "https://social.engagedly.com/uploads/picture/file/9634/reduced_Denzel.jpg",
        "small": "https://social.engagedly.com/uploads/picture/file/9634/small_Denzel.jpg"
      },
      "job_title": {
        "id": "261",
        "name": "CEO"
      },
      "location": {
        "id": "11",
        "name": "United States"
      },
      "custom_attributes": {
        "custom-attribute-35ba2": {
          "name": "Date Field",
          "value": "2024-05-15"
        },
        "custom-attribute-18e28": {
          "name": "Text Field",
          "value": "Sample Text"
        },
        "custom-attribute-6c6f6": {
          "name": "Single Select",
          "value": "Dayshift"
        }
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/list-users-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.