Version 2021

addBadge

Provisions a new badge in the Identity network. This class returns a single-use activation code that can be consumed by the Identity client-side API to download a user badge.

Method signature

public String addBadge(String emailAddress, String userName, String firstName, String lastName);

Parameters

  • emailAddress: The user's email address. This parameter is used to identify a unique badge, and must be unique to each user within an Identity network. If the users in your Identity network do not have access to the Badge Recovery feature, which enables a user to recover his badges by providing his or her email address, you do not need to specify a valid email address.
  • userName: If you integrate Usher with the MicroStrategy Analytics business intelligence product, the MicroStrategy Global Unique Identifier (GUID) of the MicroStrategy user.
  • firstName: The user's first name.
  • lastName: The user's last name.