queryGroupMembers( )


Retrieves a list of up to 100 group members, given the provided paging, sorting and filtering.

Creates a query to retrieve a list of group members.

注: For SECRET groups, only site admins, group admins, and group members can query group members.

について queryGroupMembers() function builds a query to retrieve a list of all group members, and returns a GroupMembersQueryBuilder オブジェクトがある。

The returned object contains the query definition which is typically used to run the query using the find() 関数である。

You can refine the query by chaining GroupMembersQueryBuilder functions onto the query. GroupMembersQueryBuilder functions enable you to sort, filter, and control the results that queryMembers() returns.

queryGroupMembers() runs with these GroupMembersQueryBuilder defaults, which you can override:

The following GroupMembersQueryBuilder functions are supported for queryGroupMembers(). For a full description of the Members object, see the object returned for the 項目 property in MembersQueryResult.

PROPERTYSUPPORTED FILTERS & SORTING
roleeq(),ne(),存在する(),in(),hasSome(),昇順(),降順()
joinedDate昇順(),降順()
メソッド宣言
コピー
メソッド・パラメータ
groupIdstringRequired

Group ID.

リターン
役に立ちましたか?
はい
いいえ