Team - I am trying to query Okta user API for users. I found that some of the extended properties that are in AD are within the app endpoint, for example: {{url}}/api/v1/apps/0oa23ai0JW6/users while the other properties are within the normal SCIM api, for example: {{url}}/api/v1/users
My question:
Can I make one call to the user API and able to get both ActiveDirectory and normal SCIM results?
Does Okta have GraphQL user API available?
Is there any other solution that you guys can reommend?
Thanks for the response, but I am not trying to build my own SCIM, rather I want to connect to Okta’s SCIM connector. Does Okta exposes SCIM? Secondly, the challenge I have is some of the data that I am looking for is in {{url}}/api/v1/apps/0oa23ai0JW6/users and the other data is in {{url}}/api/v1/users - I was hoping a GraphQL type of end point (exposed by Okta) would allow me to query one time and get all the data that I need within one call.
Yes, I can use postman and see the response with user’s profile properties.
My challenge is that the app specific API {{url}}/api/v1/apps/0oa23ai0JW6/users (which is my ActiveDirectory app) does not have managerUPN property populated, I have to get the manager from the the API to populate data. However, the manager is populated in my normal /user API. Hence I started to look into GraphQL etc. If I can somehowe populate the managerUPN in my ActiveDirctory API, this issue could be resolved. Note that I can get Manager DN, but not Manager UPN.
@Ansari So the issue comes to how to populate the property managerUPN in your ActiveDirectory app.
I am not sure if your configuration were setup well but you can open a support ticket through an email to support@okta.com. One of our TSEs will help you review your configuration and the API issue.