Creates a new login identifier for a user with the given ID. Login identifiers can be of the type email
, phone
, or username
. Separating login identifiers from users allows Corbado to manage multiple login identifiers of different types for each user.
You can set up login identifiers in the Developer Panel or consult the Documentation for more details.
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.
Unique identifier of the user. Format: usr-<number>
.
"usr-4693224802260150919"
Identifier has been created.
The response is of type object
.