listMemberBadges( )


Lists the badges assigned to each of the specified site members.

The listMemberBadges() function returns a Promise that resolves to a list of badge IDs associated with each of the specified members.

Method Declaration
Copy
Method Parameters
memberIdsArray<string>Required

List of member IDs to list badges for.

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