Uses of Class
com.mypurecloud.sdk.v2.model.ScimV2User
Packages that use ScimV2User
Package
Description
-
Uses of ScimV2User in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScimV2UserModifier and TypeMethodDescriptionSCIMApi.getScimUser(GetScimUserRequest request) Get a userSCIMApi.getScimUser(String userId, List<String> attributes, List<String> excludedAttributes, String ifNoneMatch) Get a userSCIMApi.getScimV2User(GetScimV2UserRequest request) Get a userSCIMApi.getScimV2User(String userId, List<String> attributes, List<String> excludedAttributes, String ifNoneMatch) Get a userSCIMApi.patchScimUser(PatchScimUserRequest request) Modify a userSCIMApi.patchScimUser(String userId, ScimV2PatchRequest body, String ifMatch) Modify a userSCIMApi.patchScimV2User(PatchScimV2UserRequest request) Modify a userSCIMApi.patchScimV2User(String userId, ScimV2PatchRequest body, String ifMatch) Modify a userSCIMApi.postScimUsers(PostScimUsersRequest request) Create a userSCIMApi.postScimUsers(ScimV2CreateUser body) Create a userSCIMApi.postScimV2Users(PostScimV2UsersRequest request) Create a userSCIMApi.postScimV2Users(ScimV2CreateUser body) Create a userSCIMApi.putScimUser(PutScimUserRequest request) Replace a userSCIMApi.putScimUser(String userId, ScimV2User body, String ifMatch) Replace a userSCIMApi.putScimV2User(PutScimV2UserRequest request) Replace a userSCIMApi.putScimV2User(String userId, ScimV2User body, String ifMatch) Replace a userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScimV2UserModifier and TypeMethodDescriptionSCIMApi.getScimUser(ApiRequest<Void> request) Get a userSCIMApiAsync.getScimUserAsync(GetScimUserRequest request, AsyncApiCallback<ScimV2User> callback) Get a userSCIMApiAsync.getScimUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Get a userSCIMApi.getScimUserWithHttpInfo(String userId, List<String> attributes, List<String> excludedAttributes, String ifNoneMatch) Get a userSCIMApi.getScimV2User(ApiRequest<Void> request) Get a userSCIMApiAsync.getScimV2UserAsync(GetScimV2UserRequest request, AsyncApiCallback<ScimV2User> callback) Get a userSCIMApiAsync.getScimV2UserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Get a userSCIMApi.getScimV2UserWithHttpInfo(String userId, List<String> attributes, List<String> excludedAttributes, String ifNoneMatch) Get a userSCIMApi.patchScimUser(ApiRequest<ScimV2PatchRequest> request) Modify a userSCIMApiAsync.patchScimUserAsync(PatchScimUserRequest request, AsyncApiCallback<ScimV2User> callback) Modify a userSCIMApiAsync.patchScimUserAsync(ApiRequest<ScimV2PatchRequest> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Modify a userSCIMApi.patchScimUserWithHttpInfo(String userId, ScimV2PatchRequest body, String ifMatch) Modify a userSCIMApi.patchScimV2User(ApiRequest<ScimV2PatchRequest> request) Modify a userSCIMApiAsync.patchScimV2UserAsync(PatchScimV2UserRequest request, AsyncApiCallback<ScimV2User> callback) Modify a userSCIMApiAsync.patchScimV2UserAsync(ApiRequest<ScimV2PatchRequest> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Modify a userSCIMApi.patchScimV2UserWithHttpInfo(String userId, ScimV2PatchRequest body, String ifMatch) Modify a userSCIMApi.postScimUsers(ApiRequest<ScimV2CreateUser> request) Create a userSCIMApiAsync.postScimUsersAsync(PostScimUsersRequest request, AsyncApiCallback<ScimV2User> callback) Create a userSCIMApiAsync.postScimUsersAsync(ApiRequest<ScimV2CreateUser> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Create a userSCIMApi.postScimUsersWithHttpInfo(ScimV2CreateUser body) Create a userSCIMApi.postScimV2Users(ApiRequest<ScimV2CreateUser> request) Create a userSCIMApiAsync.postScimV2UsersAsync(PostScimV2UsersRequest request, AsyncApiCallback<ScimV2User> callback) Create a userSCIMApiAsync.postScimV2UsersAsync(ApiRequest<ScimV2CreateUser> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Create a userSCIMApi.postScimV2UsersWithHttpInfo(ScimV2CreateUser body) Create a userSCIMApi.putScimUser(ApiRequest<ScimV2User> request) Replace a userSCIMApiAsync.putScimUserAsync(PutScimUserRequest request, AsyncApiCallback<ScimV2User> callback) Replace a userSCIMApiAsync.putScimUserAsync(ApiRequest<ScimV2User> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Replace a userSCIMApi.putScimUserWithHttpInfo(String userId, ScimV2User body, String ifMatch) Replace a userSCIMApi.putScimV2User(ApiRequest<ScimV2User> request) Replace a userSCIMApiAsync.putScimV2UserAsync(PutScimV2UserRequest request, AsyncApiCallback<ScimV2User> callback) Replace a userSCIMApiAsync.putScimV2UserAsync(ApiRequest<ScimV2User> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Replace a userSCIMApi.putScimV2UserWithHttpInfo(String userId, ScimV2User body, String ifMatch) Replace a userMethods in com.mypurecloud.sdk.v2.api with parameters of type ScimV2UserModifier and TypeMethodDescriptionSCIMApi.putScimUser(String userId, ScimV2User body, String ifMatch) Replace a userSCIMApi.putScimUserWithHttpInfo(String userId, ScimV2User body, String ifMatch) Replace a userSCIMApi.putScimV2User(String userId, ScimV2User body, String ifMatch) Replace a userSCIMApi.putScimV2UserWithHttpInfo(String userId, ScimV2User body, String ifMatch) Replace a userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScimV2UserModifier and TypeMethodDescriptionSCIMApiAsync.getScimUserAsync(GetScimUserRequest request, AsyncApiCallback<ScimV2User> callback) Get a userSCIMApiAsync.getScimUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Get a userSCIMApiAsync.getScimV2UserAsync(GetScimV2UserRequest request, AsyncApiCallback<ScimV2User> callback) Get a userSCIMApiAsync.getScimV2UserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Get a userSCIMApiAsync.patchScimUserAsync(PatchScimUserRequest request, AsyncApiCallback<ScimV2User> callback) Modify a userSCIMApiAsync.patchScimUserAsync(ApiRequest<ScimV2PatchRequest> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Modify a userSCIMApiAsync.patchScimV2UserAsync(PatchScimV2UserRequest request, AsyncApiCallback<ScimV2User> callback) Modify a userSCIMApiAsync.patchScimV2UserAsync(ApiRequest<ScimV2PatchRequest> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Modify a userSCIMApiAsync.postScimUsersAsync(PostScimUsersRequest request, AsyncApiCallback<ScimV2User> callback) Create a userSCIMApiAsync.postScimUsersAsync(ApiRequest<ScimV2CreateUser> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Create a userSCIMApiAsync.postScimV2UsersAsync(PostScimV2UsersRequest request, AsyncApiCallback<ScimV2User> callback) Create a userSCIMApiAsync.postScimV2UsersAsync(ApiRequest<ScimV2CreateUser> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Create a userSCIMApi.putScimUser(ApiRequest<ScimV2User> request) Replace a userSCIMApiAsync.putScimUserAsync(PutScimUserRequest request, AsyncApiCallback<ScimV2User> callback) Replace a userSCIMApiAsync.putScimUserAsync(ApiRequest<ScimV2User> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Replace a userSCIMApiAsync.putScimUserAsync(ApiRequest<ScimV2User> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Replace a userSCIMApi.putScimV2User(ApiRequest<ScimV2User> request) Replace a userSCIMApiAsync.putScimV2UserAsync(PutScimV2UserRequest request, AsyncApiCallback<ScimV2User> callback) Replace a userSCIMApiAsync.putScimV2UserAsync(ApiRequest<ScimV2User> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Replace a userSCIMApiAsync.putScimV2UserAsync(ApiRequest<ScimV2User> request, AsyncApiCallback<ApiResponse<ScimV2User>> callback) Replace a user -
Uses of ScimV2User in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ScimV2UserMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ScimV2UserModifier and TypeMethodDescriptionPutScimUserRequest.withHttpInfo()PutScimV2UserRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ScimV2UserModifier and TypeMethodDescriptionstatic PutScimUserRequest.BuilderPutScimUserRequest.builder(String userId, ScimV2User body) static PutScimV2UserRequest.BuilderPutScimV2UserRequest.builder(String userId, ScimV2User body) voidPutScimUserRequest.setBody(ScimV2User body) voidPutScimV2UserRequest.setBody(ScimV2User body) PutScimUserRequest.Builder.withBody(ScimV2User body) PutScimUserRequest.withBody(ScimV2User body) PutScimV2UserRequest.Builder.withBody(ScimV2User body) PutScimV2UserRequest.withBody(ScimV2User body) PutScimUserRequest.Builder.withRequiredParams(String userId, ScimV2User body) PutScimV2UserRequest.Builder.withRequiredParams(String userId, ScimV2User body) -
Uses of ScimV2User in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScimV2UserModifier and TypeMethodDescriptionIndicates whether the user's administrative status is active.ScimV2User.displayName(String displayName) The display name of the user.The list of the user's email addresses.ScimV2User.externalId(String externalId) The external ID of the user.The new password for the Genesys Cloud user.ScimV2User.phoneNumbers(List<ScimPhoneNumber> phoneNumbers) The list of the user's phone numbers.ScimV2User.roles(List<ScimUserRole> roles) The list of roles assigned to the user.The user's title.ScimV2User.urnietfparamsscimschemasextensionenterprise20User(ScimV2EnterpriseUser urnietfparamsscimschemasextensionenterprise20User) The URI of the schema for the enterprise user.ScimV2User.urnietfparamsscimschemasextensiongenesyspurecloud20User(ScimUserExtensions urnietfparamsscimschemasextensiongenesyspurecloud20User) The URI of the schema for the Genesys Cloud user.The user's Genesys Cloud email address.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScimV2User