Create a passkey registration link for a user
Create a passkey registration link which includes a code and either return it or send it to the user..
curl -X POST "https://loading/v2/users/string/passkeys/registration_link"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
},
"code": {
"id": "string",
"code": "string"
}
}Was this page helpful?
Create a new User (Human)
Create a new User (Human): Deprecated: Use [CreateUser](/reference/api/user/zitadel.user.v2.UserService.CreateUser) to create a new user. Create/import a new user. The newly created user will get a verification email if eith...
Create a User
Create a User: Create a new user or service account in the specified organization. Required permission: