Responses

  • 200 application/json

    List of users

    Hide response attributes Show response attributes object
    • id string Required

      The user's unique identifier

    • name string

      The user's preferred name

    • email string

      Email address

GET /users
curl \
 --request GET 'http://api.example.com/users'
Response examples (200)
[
  {
    "id": "string",
    "name": "string",
    "email": "string"
  }
]