listMembersByBadge( )


Lists the IDs of all members assigned to a badge.

について listMembersByBadge() function returns a Promise that resolves to a list of member IDs assigned to the specified badge.

Retrieves up to 1000 site members who have a specified badge. Default paging.limit is 100, paging.offset - 0.

について _id parameter must be an ID from your site's Members/Badges collection. Typically, you retrieve the ID from the collection using a query or through a dataset.

This function is not a universal function and runs only on the backend.

Permissions
Manage Badges
Read Badges
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
_idstringRequired

Badge ID.


optionsListMembersByBadgeOptions
リターン
Return Type:Promise<ListMembersResponse>
役に立ちましたか?
はい
いいえ