assignBadge( )


Assigns a badge to site members.

The assignBadge() function returns a Promise that resolves when the specified badge is assigned to the specified members.

The badgeId parameter must be an ID from your site's Members/Badges collection. Typically, you retrieve the ID from the collection using a query or through a dataset.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Badges
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Badge ID.


memberIdsArray<string>Required

List of member IDs to assign to the badge.

Returns
Return Type:Promise<AssignBadgeResponse>
Did this help?