Package com.okta.sdk.resource.model
Class AppUserProfileRequestPayload
java.lang.Object
com.okta.sdk.resource.model.AppUserProfileRequestPayload
- All Implemented Interfaces:
- Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
           comments="Generator version: 7.8.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:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanSpecifies the default and custom profile properties for a user.inthashCode()putprofileItem(String key, Object profileItem) voidsetProfile(Map<String, Object> profile) toString()
- 
Field Details- 
JSON_PROPERTY_PROFILE- See Also:
 
 
- 
- 
Constructor Details- 
AppUserProfileRequestPayloadpublic AppUserProfileRequestPayload()
 
- 
- 
Method Details- 
profile
- 
putprofileItem
- 
getProfileSpecifies 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](/openapi/okta-management/management/tag/User/#tag/User/operation/getUser!c=200&path=profile&t=response).- Returns:
- profile
 
- 
setProfile
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-