listBadgesPerMember( )


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.

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?