Update app username through API for multiple users

Hello,

I need to update multiple user’s usernames that are assigned to an app. What would be the best way to do this?

I am trying to perform this from the Apps - Update App Credentials for App postman collection call, but I can’t seem to make it so where it would update the username assignment to okta username. Any help with be appreciated

1 Like

Really interesting question @motive-j83. I’m not really sure but was wondering if the Apps | Okta Developer API would be better than updating the credential (which is probably aimed more at managing SWA apps). It sounds like you want to modify the appuser schema object for a given app.

One way to work out the specific API to do this (if no one else chimes in) is to do it manually through the admin console with browser dev tools up and watch which APIs are called.

Good luck