{"message":"User is not an owner or app editor"} - Error Message

We have 3 separate apps(Customer, Site, Head Admins) - all the tables are linked together and we have Role’s and Row Owners set-up.

On the Site and Head Admins app, you can add users and disable users (remove their role and email) just fine, no matter who you are logged in as. However, on the Customer app, it does not matter if you are logged in as a customer or a head admin, the error message ({“message”:“User is not an owner or app editor”}) keeps popping up.

How do I solve this? It’s a necessity for Customers to be able to add and disable their own admins.

Solved it but will leave it for anyone else that runs into the issue - make sure you’re using the appId of the app you’re actually in. Even though they’re linked with the same tables, that seemed to be the issue here since I copied the JSON across from another linked app.

1 Like

So you’re using an external thing here through the API, where you have to specify the appID? Just want to clarify that for anyone who see this later. Thank you!

Correct yes

1 Like