Skip to main content

Create a passkey registration link which includes a code and either return it or send it to the user.

Path Parameters
    userId string required
Request Body required
    sendLink object
    urlTemplate string

    Possible values: non-empty and <= 200 characters

    "Optionally set a url_template, which will be used in the mail sent by ZITADEL to guide the user to your passkey registration page. If no template is set, the default ZITADEL url will be used."

    returnCode object
Responses

OK


Schema
    details object
    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    resourceOwner resource_owner is the organization or instance_id an object belongs to
    code object

    "one time code generated by ZITADEL; required to start the passkey registration without user authentication"

    id string required

    Possible values: <= 200 characters

    "id to the one time code generated by ZITADEL"

    code string required

    Possible values: <= 200 characters

    "one time code generated by ZITADEL"

Loading...