Перейти к основному содержимому

ResponseListUsersShort

items object[]required
  • Array [
  • idintegerrequired

    ID пользователя

    Possible values: >= 1 and <= 2147483647

    Example: 1
    emailstring<email>required

    Почта пользователя

    stateState (string)required

    Состояние сущности

    Possible values: [active, inactive, suspended, pending, revoked]

  • ]
  • totalintegerrequired

    Общее количество

    Example: 150
    limitinteger

    Количество записей на странице

    Example: 20
    offsetinteger

    Смещение от начала списка

    Example: 0
    ResponseListUsersShort
    {
    "items": [
    {
    "id": 1,
    "email": "user@example.com",
    "state": "active"
    }
    ],
    "total": 150,
    "limit": 20,
    "offset": 0
    }