assignMembers( )


Assigns a badge to site members.

The assignMembers() 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.

Method Declaration
Copy
Method Parameters
badgeIdstringRequired

ID of the badge to assign the members to.


memberIdsArray<string>Required

IDs of the members to assign to the badge.

Returns
Return Type:Promise<Array<string>>
Was this helpful?
Yes
No