• About API authorization

    Hello everyone. Another application needs to use our API. We need to define a user for this. But we want to restrict this user. We want them to only read the fields we specify from the table. We don't want them to perform operations like insert, delete…

  • Limit access to the API

    Hey.

    I want to limit the access to the API by having one service account (system user) only executing one set of scripts and Another service account executing Another set of script. Neither service account should be able to execute the other set of scripts…