Immutable ID within Azure Okta API

Hi all,

Can anyone explain to me how to get the immutable ID from our Office 365 application within Okta using RESTAPI?

each user has their own immutable ID, we can change this through the GUI bt navigating to the application within okta under the admin page, then find the user in the assignments, and then click on the pencil to edit under the application, and i can change it there. I am unable to find this anywhere using RESTAPI under the Users or the Application API

Have you tried using the Apps API to retrieve the Application User information?

If the Immutable ID is visible within the UI when looking at their assignment, then it should be returned by this endpoint (within the profile object)

1 Like

Thank you for the response!

i did try that… but i couldnt find the profile part being returned, does this only get returned if the userid is specified in the URI? if so, maybe the userid i was using was incorrect

https://subdomain.okta.com/api/v1/apps/{appId}/users/{userId}?expand=user’ \

Actually… i just noticed that the URL you pasted is for a application user… i was using the wrong one (applications), i will try that… thank you!

1 Like

:relieved: I can see the immutableId when I test in my own org

1 Like

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