listBadgesPerMember( )


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

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

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

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

List of members.

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?