Uses of Class
com.mypurecloud.sdk.v2.api.request.PostScimV2UsersRequest
Packages that use PostScimV2UsersRequest
-
Uses of PostScimV2UsersRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostScimV2UsersRequestModifier and TypeMethodDescriptionSCIMApi.postScimV2Users(PostScimV2UsersRequest request) Create a userSCIMApiAsync.postScimV2UsersAsync(PostScimV2UsersRequest request, AsyncApiCallback<ScimV2User> callback) Create a user -
Uses of PostScimV2UsersRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostScimV2UsersRequestModifier and TypeMethodDescriptionPostScimV2UsersRequest.Builder.build()PostScimV2UsersRequest.withBody(ScimV2CreateUser body) PostScimV2UsersRequest.withCustomHeader(String name, String value)