Slite · Example Payload

Getuserbyid

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

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

Top-level fields

operationIdmethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "getUserById",
  "method": "GET",
  "path": "/users/{userId}",
  "examples": {
    "response_200_Example_1": {
      "id": "userId123",
      "email": "john.doe@example.com",
      "displayName": "John Doe"
    }
  }
}