Hi,
I saw that the official API, Administrator Roles | Okta Developer, only have API calls for roles for SPECIFIC user.
My application is doing an API call for the users list (using the normal /api/v1/users), but unfortunately the user’s role is not returned in this API call. I wished to save calls and not have to do extra API calls for getting the roles of each specific user
I noticed that there is an internal call: ‘/api/internal/administrators’ which does give the roles for ALL users
Is there any official API call like that?
Many thanks,
Amir