cancel
Showing results for 
Search instead for 
Did you mean: 

Passwordless registration with API call

former_member614659
Participant

Hello all,

Is it possible to register user through API calls, in CDC system without password?

We know two ways to do it and are of no use in our use case,

1. OIDC

2.Social Login

account.register() API requires password field so it is blocker for registering user.

Is there any other way to get fully registered account created(not lite account) with only API calls?

Thanks,

Rohit

romaingorrias
Advisor
Advisor

Hi Rohit, why do you need a full account exactly ? The main difference between full account and lite account (functionally) is really the full account has credentials to login (be it social login, federation, or password).

So if you don't have a password, why is the lite account not a good fit in this case ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member629536
Participant
0 Kudos

Hi Rohit,

One thing to consider is the accounts.importLiteAccount Endpoint currently doesn't support importing consent with a lite account.


To do this you'll need to use the following flow

former_member629536
Participant
0 Kudos
former_member614659
Participant
0 Kudos

Thanks Ibrahim, for your answer.


What about the user import APIs?

is there any cons?

accounts.importLiteAccount().

similarly, accounts.importFullAccount().

Thanks,

Rohit