I've managed to read the user group IDs with an API Key and the API user set to an admin, however this feels super hacky in an OAuth2 flow.
@Jeremy P Would you consider allowing these properties to be shown in the /api/me endpoint by default? I don't fully understand why they're considered...
Oh I see, I couldn't see that mentioned in the docs. Thanks for the reply. What do you mean when you say "or when bypassing permissions"?
Seems like I'm going to have to change my auth approach because I need to know the roles of the users when they log in.
I added all scopes to my super api key (for testing) and it still doesn't return the user_group_id and secondary for all users. Is this a bug or a feature?
Hello, I'm attempting to build an application that makes use of the OAuth2 implementation and as part of that I'm fetching the user groups assigned to a user to determine permissions within the app, however some users do not seem to have these properties when calling /api/me. I can't really...