POST

List Badges Per Member


Retrieves badges assigned to the requested members.

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

Permissions
Manage Badges
Read Badges
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/members/v3/badges/members

Body Params
memberIdsArray <string>Requiredformat GUIDminItems 1maxItems 100

List of members.

Response Object
memberBadgeIdsArray <MemberBadgeIds>

List of members and the badges they're assigned to.

List members badge ids

Retrieving badge ids assigned to members

Request
cURL
Response
JSON
Errors

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

Did this help?