Sumo Logic · Example Payload

Sumo Logic List Users Example

Example response from GET /v1/users

LoggingObservabilitySecurityMonitoringAnalyticsDevOpsSIEM

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

Top-level fields

operationdescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "Get A List Of Users",
  "description": "Example response from GET /v1/users",
  "request": {
    "method": "GET",
    "url": "https://api.sumologic.com/api/v1/users?limit=10",
    "headers": {
      "Authorization": "Basic BASE64_ENCODED_ACCESS_ID_COLON_ACCESS_KEY",
      "Content-Type": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": [
        {
          "id": "0000000001A2B3C4",
          "firstName": "Jane",
          "lastName": "Smith",
          "email": "jane.smith@example.com",
          "roleIds": ["0000000002B3C4D5"],
          "isActive": true,
          "isLocked": false,
          "isMfaEnabled": true,
          "lastLoginTimestamp": "2026-05-01T14:30:00Z",
          "createdAt": "2025-03-15T09:00:00Z",
          "modifiedAt": "2026-04-20T11:22:00Z",
          "createdBy": "FFFFFFFFFFFFFFFF",
          "modifiedBy": "FFFFFFFFFFFFFFFF"
        }
      ],
      "next": null
    }
  }
}

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/sumo-logic-list-users-example"
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 email required.

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