Helpdesk
  • Overview
    • Welcome to Finery Markets
    • About Our Products
      • FM Liquidity Match
        • Master Account
        • Sub-Account
      • FM Pulse
      • White Label solution
  • Product Features
    • Onboarding
    • Risk Management
    • Trading
      • Aggregated Order Book
      • Firm Order Book
      • Pending Limit Orders (GTC)
      • RFQ
      • Toxic Flow Protection
      • Markups
      • Authorized trading
      • Non-Deliverable Trading
      • Voice Trading
      • Interdealer Trading
    • Position Management
    • Settlements
      • Automated Settlements
      • Addresses
    • Control Center
      • Multi-Roles
      • Notifications
      • Reporting
      • Bulk Edit
    • Referral program
  • API Reference
    • Quick Start with API
      • For Market Makers
      • For Takers
    • Data Types
    • REST API
      • Client management
        • getSubaccounts
      • RFQ
        • getSettings
        • getSettings (authorized)
        • getUserSettings (authorized)
        • setUserSettings (authorized)
        • getProviders
        • getSessions
      • Trading
        • add
        • add (authorized)
        • Pending limit orders
          • add (pending limit order)
          • add (pending limit order) (authorized)
          • del
          • del (authorized)
          • delAll
          • delAll (authorized)
          • orders
          • orders (authorized)
        • mod
        • del
        • delAll
        • book
        • voiceTrade
        • liquidationTrade
        • dealHistory
        • dealHistory (authorized)
        • instruments
        • positions
        • instrumentMarkups
        • addInstrumentMarkups
        • delInstrumentMarkups
      • Settlements
        • settlementRequests
        • settlementOrders
        • settlementTransactions
        • settlementHistory
        • settlementTransactionHistory
        • addIncomingSettlementRequest
        • delIncomingSettlementRequest
        • delIncomingSettlementCPRequest
        • addOutgoingSettlementTransaction
        • addIncomingSettlementTransaction
        • sendSettlementTransaction
        • commitIncomingSettlementTransaction
        • delSettlementTransaction
      • Risk Management
        • climits
        • setCLimit
        • delCLimit
        • subaccountsLimits
        • setSubaccountLimit
        • delSubaccountLimit
        • enableTrading
        • disableTrading
        • cAssetLimits
        • setCAssetLimit
        • delCAssetLimit
        • cShortSalesBan
        • setShortSalesBan
        • delShortSalesBan
        • enableInstrumentsWhitelist
        • setInstrumentsWhitelist
        • disableInstrumentsWhitelist
        • instrumentsWhitelist
      • Non-deliverable Trading
        • settings/getOvernightRates
        • settings/setOvernightRates
    • Websocket API
      • Feed 'A' - Assets
      • Feed 'P' - Positions
      • Feed 'L' - Counterparty limits
      • Feed 'B' - Global order books
      • Feed 'F' - Tradable order books
      • Feed 'R' - Settlement requests
      • Feed 'N' - Settlement transactions
      • Feed 'K' - Positions
      • Feed 'O' - Orders
      • Feed 'S' - Settlement orders
      • RFQ
    • FIX API
      • Admin messages
      • Market Data
      • Trade
        • Trading for Takers
        • Trading for LPs and Masters
    • Troubleshooting Errors
      • List of Error Codes
      • Error 3
      • Error 6
      • Error 7
      • Error 14
Powered by GitBook
On this page
  • Do you offer multi-roles for my account?
  • How to add a new new user to my accont?
  • Which roles may I choose for the account?
  • Is View Mode the default option?
  • What API methods each role has access to?
  • My employee needs to reset the 2FA or password, what should I do?
  1. Product Features
  2. Control Center

Multi-Roles

Assign roles to your employees and control access to parts of the system

PreviousControl CenterNextNotifications

Last updated 5 months ago

Do you offer multi-roles for my account?

Yes, we do. It is available by clicking on your name in the top right corner and following up with users and roles.

How to add a new new user to my accont?

  1. Click on your account name (top right-hand corner)

  2. Click on "Users and Roles"

  3. Click “Add new user”

  4. Specify the user name and the email. Proceed by clicking on "Select permissions"

  5. Select the permissions for the user

  6. Click on "Create new user"

Which roles may I choose for the account?

You have the option to select roles available to your employee from the list. Keep in mind that you may select multiple roles and have the right to change them on demand.

View-mode - the user will be able to view all the tabs on the platform. However, will be unable to perform any actions. This a default option

Trading - the user will be able to execute trades

Trading limits - the user will be able to adjust and change trading limits

Settlement operations - the user will be able to view open positions and control the settlement process, including committing to transactions, creating them, and making requests for settlement

API Keys - provides the rights to issue new API keys for the account and delete current ones.

User management - will provide rights to add and delete users, and control existing ones, excluding your master account

Is View Mode the default option?

Yes, it is.

What API methods each role has access to?

Role name in API: READ_ONLY

Available methods for this role:

  • keys

  • getUser

  • getUsers

  • dealHistory

  • settlementHistory

  • subaccountsSettlementHistory

  • settlementTransactionHistory

  • subaccountsSettlementTransactionHistory

  • getClientData

  • sendTakerInviteLink

  • cancelInviteLink

  • getInvitesList

  • getSignatoryData

  • book

  • getUsername

  • instruments

  • climits

  • cAssetLimits

  • cShortSalesBan

  • cSubaccountsShortSalesBan

  • instrumentsWhitelist

  • instrumentMarkups

  • positions

  • settlementRequests

  • subaccountsSettlementRequests

  • settlementTransactions

  • subaccountsSettlementTransactions

  • getSubaccounts

  • subaccountsLimits

  • subaccountsDealHistory

  • subaccountsAssetLimits

  • getClientType

  • getCounterpartyInfo

Role name in API: ALLOW_API_KEY_MANAGEMENT

Available methods for this role: everything in View Mode plus:

  • addKey

  • delKey

Role name in API: ALLOW_USER_MANAGEMENT

Available methods for this role: everything in View Mode plus:

  • addUser

  • delUser

  • updateUserAccessRights

Role name in API: ALLOW_TRADING

Available methods for this role: everything in View Mode plus:

  • add

  • mod

  • del

  • delAll

  • voiceTrade

  • liquidationTrade

Role name in API: ALLOW_SETTLEMENTS

Available methods for this role: everything in View Mode plus:

  • addIncomingSettlementRequest

  • delIncomingSettlementRequest

  • delIncomingSettlementCPRequest

  • addOutgoingSettlementTransaction

  • addIncomingSettlementTransaction

  • sendOutgoingSettlementTransaction

  • sendSettlementTransaction

  • delOutgoingSettlementTransaction

  • delSettlementTransaction

  • commitIncomingSettlementTransaction

Role name in API: ALLOW_LIMITS_MANAGEMENT

Available methods for this role: everything in View Mode plus:

  • setCLimit

  • delCLimit

  • setCAssetLimit

  • delCAssetLimit

  • setShortSalesBan

  • delShortSalesBan

  • enableTrading

  • disableTrading

  • setInstrumentsWhitelist

  • enableInstrumentsWhitelist

  • disableInstrumentsWhitelist

  • addInstrumentMarkups

  • delInstrumentMarkups

  • setSubaccountLimit

  • delSubaccountLimit

Role name in API: ALLOW_SUBACCOUNTS_MANAGEMENT

Available methods for this role: everything in View Mode plus:

  • sendSubaccountInvite

  • disableSubaccount

  • enableSubaccount

As you can see from the above, all roles also have access to all methods available to the "View Mode" access level.

My employee needs to reset the 2FA or password, what should I do?

You would need to delete the user and then add them again.

  1. Open Users and Roles

  2. Find the employee who needs the reset

  3. Click Edit

  4. Press on the Bin Icon

  5. Confirm the deletion

  6. Add new user