default SearchResult<UserId> |
SearchClientMcm.searchUserIDs(SearchUserIdsRequest query) |
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default SearchResult<UserId> |
SearchClientMcm.searchUserIDs(SearchUserIdsRequest query,
RequestOptions requestOptions) |
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default CompletableFuture<SearchResult<UserId>> |
SearchClientMcm.searchUserIDsAsync(SearchUserIdsRequest query) |
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default CompletableFuture<SearchResult<UserId>> |
SearchClientMcm.searchUserIDsAsync(SearchUserIdsRequest query,
RequestOptions requestOptions) |
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|