removeMembers( )


Removes site members from an assigned badge.

The removeMembers() function returns a Promise that resolves when the specified members are removed as holders of the specified badge.

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.

Method Declaration
Copy
Method Parameters
badgeIdstringRequired

ID of the badge to remove the members from.


memberIdsArray<string>Required

IDs of the members to remove from the badge.

Did this help?