listBadgesPerMember( )


Lists the badges assigned to each of the specified site members.

The listBadgesPerMember() function returns a Promise that resolves to a list of badge IDs associated with each of the specified members.

This function is not a universal function and runs only on the backend.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Badges
Read Badges
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
memberIdsArray<string>Required

List of members.

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