Skip to main content
Question

Application with Rest API for Team plan users fails

  • July 7, 2026
  • 0 replies
  • 3 views

Michel L
Forum|alt.badge.img+13

Hi All,

It seems that, in a Team plan, a user who is not the account owner cannot use an application shared with him by his account owner.
I have an application that use rest api (ex: https://api.lucid.co/v1/documents/search) to get the list of the document of the authenticated user.
I have declared the Oauth 2.0 of the app and I have shared the app (thus containing only the Oauth2.0 Id, secret and redirect URI).
Using the Oauth 2.0 with the account user works well.
Using the same Oauth 2.0 information when connected with the invited users do not work. The authorization( https://lucid.app/oauth2/authorize) fails with the error message : “Authorization failed: Error: Authorization page could not be loaded”
If the users (account and invited user) are part of an enterprise subscription, it works.
Any explanations?
Regards.