JWT specific access

Can we create JWT token to allow the developer to have ready only access to user info

Hi @vinodkumar.singeetam,

Good question. Since JWT apps are account-level and provide owner/admin level access to an account, this is not possible. JWT apps do not have scopes, but rather offer account-wide access.

If you need scoped permissions, you might consider utilizing OAuth:

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.