Skip to main content
GET
/
v3
/
users
/
{user}
Read a user
curl --request GET \
  --url http://localhost/api/v3/users/{user}
{
  "data": {
    "id": 123,
    "name": "<string>",
    "email": "<string>",
    "throttle": 123,
    "roles": [
      {
        "id": 123,
        "handle": "<string>"
      }
    ],
    "permissions": [
      {
        "id": 123,
        "handle": "<string>"
      }
    ],
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

user
integer
required

The user ID

Response

User

data
User · object
required