How to grant access to an Organisation via the Consent page

How to grant access to an Organisation via the Consent page

During the authorisation flow, having initiated the process, the Account Owner or Account Manager is redirected to a Consent page. Here, they can manually select the Organisation(s) they wish to grant access to. The Consent page displays a list of Organisations of which the person is the owner:



Please note: it's essential to keep in mind that only Account Owners and Account Managers are shown this list and are able to consent to granting access to these Organisations.
Once access has been granted to the selected Organisations, the Account Owner or Manager will be redirected back to the URL specified in the application on the Developer Portal. 

    • Related Articles

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

      The process of granting access to an Organisation consists of the following steps: 1. Initiate user authorisation: generate an URL with the necessary parameters. This URL will direct account owners/ account managers to the ApprovalMax Public API ...
    • 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 ...
    • The list of endpoints available in Public API

      To make calls against the APIs, please refer to the endpoints below or to the swagger: Endpoints Description GET /ping In the ApprovalMax Public API, the GET /ping endpoint is a simple endpoint used for checks the overall availability 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 ...
    • 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, ensure that you include the following headers in your requests: Authorisation header: this is crucial for ...