API
Čeština
Čeština
  • Úvod
  • Požadavky na používání rozhraní API
  • Autorizace zákazníka
  • Vytvoření faktury a provedení platby
  • API reference
    • Currency
      • Chain
      • Coin
      • Tokens
    • Api
      • Balance
        • Coin
        • Fiat
        • General
        • State
          • User
        • Available
          • Off
          • Set
        • Default
          • Off
          • Set
      • Country
        • Id
        • Sepa
      • Notification
        • Unread
      • Product
        • Favorite
        • Onboarding
      • Referral
        • Statistics
      • Subscribe
        • Info
      • Support
      • Tfa
        • Otp
        • Type
      • Timezone
        • Set
      • Transfer
        • Exchange
          • Course
        • Check
          • Recipient
      • Wallet
      • Blockchain
        • Multisigs
        • Operations
          • Types
      • Docs
        • List
          • Status
        • Profile
          • Contract
          • Questionnaire
            • Confirm
        • Show
      • Owner
        • Currency
          • Tokens
        • Info
          • Avatar
        • Subtype
        • Type
      • Pay
        • M pos
          • All
          • Statistic
          • Statistics
          • Status
            • Available
        • Pay form
          • Info
          • Statistic
          • Statistics
          • Status
            • Available
        • Pay link
          • Coins
          • Info
          • Return
          • Reusable
          • Search
          • Statistic
          • Statistics
          • Temporary
          • Status
            • Available
        • Business wallet
          • Statistic
          • Statistics
      • Personal
        • Email
          • Otp
            • Check
        • Psw
          • Otp
            • Check
      • Receive
        • Create
      • Report
        • Excel
      • User
        • Delete
        • Info
          • Avatar
        • Invite
          • List
          • Role
          • Send
        • List
      • Withdrawal
        • Sepa
          • Commission
          • Template
    • Auth
      • Log out
      • Qrcode
      • Sign in
        • Psw
          • Check
      • Recovery
        • Psw
          • Otp
            • Check
      • Sign up
        • Check
        • Email
          • Check code
          • Get code
        • Owner
          • Update
        • Pss
          • Set
        • User
          • Update
      • Token
        • Check
        • Refresh
      • Tfa
        • Otp
          • Email
    • Invoice
      • Create
      • Pay
      • Receive
    • Tfa
      • Reset
      • Otp
        • Reset
          • Id
    • External
      • Transfer
        • Info
        • Check
          • Send
    • Notify
      • Compliance
        • Identify
    • Paylink
      • External environment
        • Info
        • M pos prepay
        • Pay form prepay
  • Specification
Powered by GitBook
On this page
  1. API reference
  2. Api
  3. User

List

PreviousSendNextWithdrawal

Get all users of the owner

post

Get all users of the owner

Authorizations
Body
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //api/user/list HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 435

{
  "filters": {
    "amount": {
      "coin_id": 1,
      "currency_id": 1,
      "exclude": true,
      "max": 1,
      "min": 1,
      "token_id": 1
    },
    "date": {
      "date_from": "text",
      "date_to": "text",
      "exclude": true
    },
    "m_pos": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "minute": {
      "count": 1,
      "exclude": true
    },
    "operation_type": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "owner_id": 1,
    "pay_form": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "pay_link": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "product": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "types": {
      "pay_link_type_id": 1
    },
    "user_id": 1
  }
}
{
  "data": [
    {
      "avatar": "text",
      "blockchain": true,
      "code": 1,
      "companyName": "text",
      "country": "text",
      "createdDate": "text",
      "defender": true,
      "email": "text",
      "email_confirmed": true,
      "finTFA": true,
      "id": 1,
      "inviteDate": "text",
      "inviteStatus": 1,
      "inviteTtl": 1,
      "language": "text",
      "login": "text",
      "m_pos_available": [
        1
      ],
      "name": "text",
      "phone": "text",
      "primarily": true,
      "proceeds": {
        "ANY_ADDITIONAL_PROPERTY": 1
      },
      "role": [
        {
          "description": "text",
          "id": 1,
          "productID": 1
        }
      ],
      "surname": "text",
      "tfa_enabled": true,
      "tfa_type": 1,
      "time_zone": "text",
      "userStatusId": 1
    }
  ]
}