v1

latestOpenAPI 3.0.32026-08-064799140.5 KB
Users

Create a new user

Creates a new user with the given status. Use login identifiers to add an email address or phone number to the user.

You can also manage users in the Developer Panel.

post/users

Request body

fullNamestring
status'pending' | 'active' | 'disabled' | 'deleted' required
explicitWebauthnIDstring

For Corbado Connect projects, the webauthnID can be explicitly set for a user

Example request

{
  "fullName": "Jane Doe"
}

Response

User has been created.

userIDstring required
fullNamestring
status'pending' | 'active' | 'disabled' | 'deleted' required
explicitWebauthnIDstring
updatedstring required
updatedMsinteger required

Example response

{
  "userID": "usr-4693224802260150919",
  "fullName": "Jane Doe"
}