search Group Members
public abstract void searchGroupMembers(String groupId, String name, PagingQueryOption option, IRongCoreCallback.PageResultCallback<GroupMemberInfo> callback)
Query group member information based on group member nickname.
Parameters
group Id
The ID of the group.
name
The search keyword for the group member nickname. Note: Cannot be empty, with a maximum length of 64 characters; pure spaces are not supported. Supports fuzzy search. If the nickname is empty, the username is searched by default.
option
Pagination request parameters. Refer to PagingQueryOption, which includes the page token (optional, returns the first page if not provided), the number of items per page (maximum 200), and whether to query in ascending order (default is descending).
callback
The result is returned through this callback after the operation is completed. Note: This interface returns the total number of items in the paginated data.