Retool API - only available on enterprise?

Im currently on the business plan - and am trying to enable programmatic access for listing users/updating attributes.

The docs are still unclear on what exactly is available - it seems updating attributes IS, but perhaps listing users is not?

The docs linked above seem to clearly state all enpoints are generally available - not even needing business plan? I must be misisng something, because trying to query the /users endpoint is giving a permissions error stating i need Enterprise plan. Please advise what im missing here.

Thank you!

1 Like

Hey @msd5079,

I've always found this part of the documentation difficult to understand.

Here's a post that can help you understand which endpoints are available for business accounts

It is possible to list users attributes, BUT you need user's sid, which you can't access with any available endpoint.

What I've done is kept an internal table in my db and whenever a user accepts an invite, i save the sid in the table so i can use this endpoint.

1 Like