SMPUserManager class

This class consists of methods to register or de-register a user.

Syntax

public class SMPUserManager

Remarks

All the function calls in this class have various ways of provisioning settings on to the client and register the user with the help of these settings. You can check if a user is registered and delete the user as required.

Settings Exchange Error Codes
  • 70002 - Password Policy Not Enabled.
  • 70003 - Error Fetching Push End Point.
  • 70004 - Empty Parameters Passed.
  • 70005 - Non Editable Properties. This Error is particularly thrown for setConfiguration Property API where properties set are not editable.
  • 70006 - Customization Bundle Data Fetch Error.
  • 70007 - Customization Bundle Not Available.

User Registration Error Codes

  • 70001 - Application Connection Identifier is null. User is not registered.
  • 70008 - Parser Error.
  • 71000 - SMPInternalError. Error occurred in Rest Client.