Hi @charlie,
Thank you for your response.
First, to check the user’s Roles you can use the Management API v2 Get user role endpoint to see the list of Roles assigned to them. This is one approach for getting the user’s roles.
You could also use it in conjunction with the Get a user’s permissions endpoint to determine the authorization granted to the user.
Hoped this helps!
Please let me know how this works for you.
Thank you.