listBadgesPerMember( )


Deprecation Warning

This method will be deprecated on April 18, 2026.
Replace with queryBadgeAssignments.

Retrieves badges assigned to specified members.

Members are typically associated with a contact, each having a distinct memberId and contactId. When passing the ID as a parameter, avoid presuming the IDs are identical since they represent separate entities.

This method is not universal and only runs on the backend.

Permissions
Read Badges
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
memberIdsArray<string>Required

Member IDs to retrieve badges for.

Returns
Return Type:Promise<ListMembersBadgeIdsResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?