Uses of Class
com.mypurecloud.sdk.v2.model.UpdateUser
Packages that use UpdateUser
Package
Description
-
Uses of UpdateUser in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateUserModifier and TypeMethodDescriptionUsersApi.patchUser(String userId, UpdateUser body) Update userUsersApi.patchUserWithHttpInfo(String userId, UpdateUser body) Update userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateUserModifier and TypeMethodDescriptionUsersApi.patchUser(ApiRequest<UpdateUser> request) Update userUsersApiAsync.patchUserAsync(ApiRequest<UpdateUser> request, AsyncApiCallback<ApiResponse<User>> callback) Update user -
Uses of UpdateUser in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateUserMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateUserMethods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateUserModifier and TypeMethodDescriptionstatic PatchUserRequest.BuilderPatchUserRequest.builder(String userId, UpdateUser body) voidPatchUserRequest.setBody(UpdateUser body) PatchUserRequest.Builder.withBody(UpdateUser body) PatchUserRequest.withBody(UpdateUser body) PatchUserRequest.Builder.withRequiredParams(String userId, UpdateUser body) -
Uses of UpdateUser in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateUserModifier and TypeMethodDescriptionUpdateUser.acdAutoAnswer(Boolean acdAutoAnswer) The value that denotes if acdAutoAnswer is set on the userEmail address, phone number, and/or extension for this user.UpdateUser.certifications(List<String> certifications) UpdateUser.department(String department) UpdateUser.employerInfo(EmployerInfo employerInfo) The groups the user is a member ofThe user placement at each site location.UpdateUser.preferredName(String preferredName) Preferred full name of agentUpdateUser.profileSkills(List<String> profileSkills) Profile skills possessed by the userUpdateUser.state(UpdateUser.StateEnum state) The state of the user.This value should be the current version of the user.