• Gets userProfile Badges.

    Parameters

    • args: {
          profileId: string;
      }
      • profileId: string

        userProfile ID

    Returns Promise<IProfileBadges>

    Async

    Since

    2.7.0

    Example

    getProfileBadges({ profileId }).then(padinatedResponse => console.log(padinatedResponse))
    

Generated using TypeDoc