How to grant access to an Organisation via the Consent page

How to grant access to an Organisation via the Consent page

When the Account Owner, Account Manager or Organisation Administrator* initiates the authorisation process, they are redirected to a Consent page. Here, they can manually select the Organisation(s) they wish to grant access to. If the list of Organisations includes entities from different accounts, choosing an Organisation from one account will disable the selection of Organisations from another account because it is one account per token.

* The Organisation Administrator must have set up 2-factor authentication. If the Account Owner is also an Administrator in at least one Organisation, they too must enable 2FA.

The Consent page displays a list with the Organisations of which the authorising person is the Account Owner:



Please note: only Account Owners, Account Managers and Organisation Administrators are shown this list, and only they can authorise access to these Organisations.
Once the Account Owner / Manager / Administrator has granted access to the selected Organisations, they will be redirected back to the URL. 



    • Related Articles

    • How to grant access to an Organisation via the ApprovalMax Public API

      This is how you grant access to an Organisation via the ApprovalMax API: 1. Initiate a user authorisation: generate an URL with the necessary parameters to direct the Account Owner / Account Manager / Organisation Administrator to the ApprovalMax ...
    • Prerequisites for using the Public API

      Before proceeding with the authorisation process for the ApprovalMax Public API feature, there are certain prerequisites that need to be met. These include: 1. Granting access to the Developer Portal: in order to access the Developer Portal and ...
    • How to verify authorised Organisations with access permissions

      To determine which Organisations the Account Owner has authorised, you can make a call to the /companies endpoint using the received token. In response, you will receive a list of Organisations UUIDs to which access has been granted. To retrieve ...
    • A list of endpoints available in the Public API

      To make calls against the APIs, please refer to the endpoints below or to the swagger : Endpoints Description GET /ping This endpoint is used for checking the overall availability and responsiveness of the ApprovalMax Public API. When a GET request ...
    • How to call the API

      Please refer to the Swagger page or the list of available endpoints to find endpoints and their data models. To successfully make API calls, include the following headers in your requests to authenticate and communicate with the API correctly: ...