RegistrationEdit online POST /auth/registration/initBy using POST /auth/registration/init API, you can start a user registration session. It returns a challenge that will need to be signed by a passkey and used to perform the step of completing user registration.POST /auth /registration / delegatedBy using POST /auth API, you can use your own authentication system, while still using Delegated Signing, you can use this endpoint to register a new End User in your organization, without your user needing to receive an email from IBM. POST /auth /registration /socialBy using POST /auth API, you can start an end-user registration session by passing a JWT obtained by an IdP. It returns a challenge that will need to be signed by a passkey and is used to perform the complete end user registration with wallets.POST /auth /registrationBy using POST /auth /registration API, you can complete the user registration process and creates the user’s initial credentials. The type of credentials being registered is determined by the credentialKind field in the nested objects (firstFactorCredential , secondFactorCredential and RecoveryCredential). POST /auth /registration /enduserBy using POST /auth /registration /enduser API, you can complete the end user registration process and create the user’s initial credentials along with delegated wallets for the new end user. The type of credentials being registered is determined by the credentialKind field in the nested objects (firstFactorCredential , secondFactorCredential and RecoveryCredential).POST /auth /registration /codeBy using POST /auth /registration /code API, you can send the user a new registration code. The previous registration code will be marked invalid. If the user has already completed their registration no action will be taken.Parent topic: Identity and Access Management