assignBadge( )


Assigns a badge to site members.

について assignBadge() function returns a Promise that resolves when the specified badge is assigned to the specified members.

について 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

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Badges
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
_idstringRequired

Badge ID.


memberIdsArray<string>Required

List of member IDs to assign to the badge.

リターン
Return Type:Promise<AssignBadgeResponse>
役に立ちましたか?
はい
いいえ