cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passwordless registration with API call

former_member614659
Participant
763

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

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member629536
Participant
0 Likes

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 Likes
former_member614659
Participant
0 Likes

Thanks Ibrahim, for your answer.


What about the user import APIs?

is there any cons?

accounts.importLiteAccount().

similarly, accounts.importFullAccount().

Thanks,

Rohit