Endpoint Parameters

  • Request parameters

    There are no Request Parameters

  • Response Parameters

    View Response Codes
    Name Type Description
    AccessRights AccessRights Access rights for the current user.
    AccountAccessMode AccountAccessMode Account access mode indicating the maximum aggregation level of data for accounts.
    ClientId ClientId ID of associated client.
    ElevatedAuthenticationOperations String [] List of operations the user can perform with elevated authentication.
    Operations String [] List of operations the user can perform.
    Roles String [] List of roles assigned to user.
    UserId Integer ID of current user.
  • Request Example

    Request URL
    GET /root/v1/user
  • Response Example

    Response body
    {
      "AccessRights": {
        "CanManageCashTransfers": true,
        "CanTakePriceSession": true,
        "CanTakeTradeSession": true,
        "CanTrade": true,
        "CanViewAnyClient": true
      },
      "AccountAccessMode": "All",
      "ClientId": 441532926,
      "Roles": [
        "OAPI.Roles.RetailClient"
      ],
      "UserId": 690261150
    }