Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sdk-identity/src/sdk/signUp"

Index

Functions

Functions

signUp

  • Parameters

    • identity: object
      • credentials: string
      • userName: string
    • profile: SignUpProfile
    • Optional _: undefined | false | true
    • Optional rememberMe: undefined | false | true
    • Optional recaptchaToken: undefined | string

    Returns Promise<APIErrorResponse | SignUpResponse>

    A Promise which resolves to the uuid, identity and profile and acessTokens of the user. The userProfile and userIdentity properties will be updated with this data.

    On success (resolves) See documentation for corresponding response here: https://redirector.arcpublishing.com/alc/docs/swagger/?url=./arc-products/arc-identity-v1.json#/User_Registration/signUp
    On error (throws)

    One of:

    See documentation for corresponding error codes and success response:
    https://redirector.arcpublishing.com/alc/docs/swagger/?url=./arc-products/arc-identity-v1.json#/User_Registration/signUp