Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.23 KB

AppUserProfileRequestPayload.md

File metadata and controls

11 lines (7 loc) · 1.23 KB

Okta.Sdk.Model.AppUserProfileRequestPayload

Updates the assigned user profile > Note: The Okta API currently doesn't support entity tags for conditional updates. As long as you're the only user updating the the user profile, Okta recommends you fetch the most recent profile with Retrieve an Application User, apply your profile update, and then POST back the updated profile.

Properties

Name Type Description Notes
Profile Dictionary<string, Object> Specifies the default and custom profile properties for a user. Properties that are visible in the Admin Console for an app assignment can also be assigned through the API. Some properties are reference properties that are imported from the target app and can't be configured. See profile. [optional]

[Back to Model list] [Back to API list] [Back to README]