Class AppUserProfileRequestPayload

java.lang.Object
com.okta.sdk.resource.model.AppUserProfileRequestPayload
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-09T14:19:33.269913-05:00[America/Chicago]", comments="Generator version: 7.7.0") public class AppUserProfileRequestPayload extends Object implements Serializable
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](/openapi/okta-management/management/tag/ApplicationUsers/#tag/ApplicationUsers/operation/getApplicationUser), apply your profile update, and then `POST` back the updated profile.
See Also: