getUserProfiles

public abstract void getUserProfiles(List<String> userIdList, IRongCoreCallback.ResultCallback<List<UserProfile>> callback)

Batch fetch user profiles

Since

5.10.0

Parameters

userIdList

List of user IDs, with a maximum of 20 IDs per request

callback

The user profile list is returned through this callback upon completion of the operation.