getUserProfiles

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

Batch retrieve user profiles

Since

5.10.0

Parameters

userIdList

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

callback

Returns the list of user profiles through this callback upon completion