Update a login identifier for a user
Updates a login identifier (e.g. from pending to verified) for a user by given userID and identifierID.
Documentation Index
Fetch the complete documentation index at: https://docs.corbado.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.
The project ID and API secret can be found in the Developer Panel.
Path Parameters
Unique identifier of the user. Format: usr-<number>.
"usr-4693224802260150919"
Unique identifier of the login identifier (e.g., email address or phone number). Format: ide-<number>.
"ide-4693224802260150919"
Body
pending, primary, verified Response
Identifier has been updated.
Unique identifier of the login identifier.
"ide-4693224802260150919"
email, phone, username Value of the identifier (here email address).
"jane@doe.com"
pending, primary, verified Unique identifier of the user.
"usr-4693224802260150919"