listMembers( )


Lists the IDs of all members assigned to a badge.

The listMembers() function returns a Promise that resolves to a list of member IDs assigned to the specified badge.

Method Declaration
Copy
Method Parameters
badgeIdstringRequired

ID of the badge to list members of.

Returns
Return Type:Promise<Array<string>>
Was this helpful?
Yes
No