Uses of Class
com.mypurecloud.sdk.v2.model.ScimUserListResponse
Packages that use ScimUserListResponse
-
Uses of ScimUserListResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScimUserListResponseModifier and TypeMethodDescriptionSCIMApi.getScimUsers(GetScimUsersRequest request) Get a list of users To return all active users, do not use the filter parameter.SCIMApi.getScimUsers(Integer startIndex, Integer count, List<String> attributes, List<String> excludedAttributes, String filter) Get a list of users To return all active users, do not use the filter parameter.SCIMApi.getScimV2Users(GetScimV2UsersRequest request) Get a list of users To return all active users, do not use the filter parameter.SCIMApi.getScimV2Users(Integer startIndex, Integer count, List<String> attributes, List<String> excludedAttributes, String filter) Get a list of users To return all active users, do not use the filter parameter.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScimUserListResponseModifier and TypeMethodDescriptionSCIMApi.getScimUsers(ApiRequest<Void> request) Get a list of users To return all active users, do not use the filter parameter.SCIMApiAsync.getScimUsersAsync(GetScimUsersRequest request, AsyncApiCallback<ScimUserListResponse> callback) Get a list of users To return all active users, do not use the filter parameter.SCIMApiAsync.getScimUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScimUserListResponse>> callback) Get a list of users To return all active users, do not use the filter parameter.SCIMApi.getScimUsersWithHttpInfo(Integer startIndex, Integer count, List<String> attributes, List<String> excludedAttributes, String filter) Get a list of users To return all active users, do not use the filter parameter.SCIMApi.getScimV2Users(ApiRequest<Void> request) Get a list of users To return all active users, do not use the filter parameter.SCIMApiAsync.getScimV2UsersAsync(GetScimV2UsersRequest request, AsyncApiCallback<ScimUserListResponse> callback) Get a list of users To return all active users, do not use the filter parameter.SCIMApiAsync.getScimV2UsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScimUserListResponse>> callback) Get a list of users To return all active users, do not use the filter parameter.SCIMApi.getScimV2UsersWithHttpInfo(Integer startIndex, Integer count, List<String> attributes, List<String> excludedAttributes, String filter) Get a list of users To return all active users, do not use the filter parameter.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScimUserListResponseModifier and TypeMethodDescriptionSCIMApiAsync.getScimUsersAsync(GetScimUsersRequest request, AsyncApiCallback<ScimUserListResponse> callback) Get a list of users To return all active users, do not use the filter parameter.SCIMApiAsync.getScimUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScimUserListResponse>> callback) Get a list of users To return all active users, do not use the filter parameter.SCIMApiAsync.getScimV2UsersAsync(GetScimV2UsersRequest request, AsyncApiCallback<ScimUserListResponse> callback) Get a list of users To return all active users, do not use the filter parameter.SCIMApiAsync.getScimV2UsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScimUserListResponse>> callback) Get a list of users To return all active users, do not use the filter parameter. -
Uses of ScimUserListResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScimUserListResponseModifier and TypeMethodDescriptionThe list of supported schemas.