Uses of Class
com.okta.sdk.resource.model.AppUserUpdateRequest
Packages that use AppUserUpdateRequest
-
Uses of AppUserUpdateRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type AppUserUpdateRequestModifier and TypeMethodDescriptionApplicationUsersApi.updateApplicationUser
(String appId, String userId, AppUserUpdateRequest appUser) Update an Application User Updates the profile or credentials of a user assigned to an appApplicationUsersApi.updateApplicationUser
(String appId, String userId, AppUserUpdateRequest appUser, Map<String, String> additionalHeaders) Update an Application User Updates the profile or credentials of a user assigned to an app -
Uses of AppUserUpdateRequest in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AppUserUpdateRequestModifier and TypeMethodDescriptionAppUserUpdateRequest.credentials
(AppUserCredentials credentials) AppUserUpdateRequest.putprofileItem
(String key, Object profileItem)