Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchScimV2UserRequest
Packages that use PatchScimV2UserRequest
-
Uses of PatchScimV2UserRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchScimV2UserRequestModifier and TypeMethodDescriptionSCIMApi.patchScimV2User(PatchScimV2UserRequest request) Modify a userSCIMApiAsync.patchScimV2UserAsync(PatchScimV2UserRequest request, AsyncApiCallback<ScimV2User> callback) Modify a user -
Uses of PatchScimV2UserRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchScimV2UserRequestModifier and TypeMethodDescriptionPatchScimV2UserRequest.Builder.build()PatchScimV2UserRequest.withBody(ScimV2PatchRequest body) PatchScimV2UserRequest.withCustomHeader(String name, String value) PatchScimV2UserRequest.withIfMatch(String ifMatch) PatchScimV2UserRequest.withUserId(String userId)