📄️ Create/Import User (Human)
Create/import a new user with the type human. The newly created user will get an initialization email if either the email address is not marked as verified or no password is set. If a password is set the user will not be requested to set a new one on the first login.
📄️ Get User Profile (Human)
Get basic information like first_name and last_name of a user.
📄️ Update User Profile (Human)
Update the profile information from a user. The profile includes basic information like first_name and last_name.
📄️ Get User Email (Human)
Get the email address and the verification state of the address.
📄️ Update User Email (Human)
Change the email address of a user. If the state is set to not verified, the user will get a verification email.
📄️ Resend User Initialization Email
A newly created user will get an initialization email to verify the email address and set a password. Resend the email with this request to the user's email address, or a newly added address.
📄️ Resend User Email Verification
Resend the email verification notification to the given email address of the user.
📄️ Get User Phone (Human)
Get the phone number and the verification state of the number. The phone number is only for informational purposes and to send messages, not for Authentication (2FA).
📄️ Remove User Phone (Human)
Remove the configured phone number of a user.
📄️ Update User Phone (Human)
Change the phone number of a user. If the state is set to not verified, the user will get an SMS to verify (if a notification provider is configured). The phone number is only for informational purposes and to send messages, not for Authentication (2FA).
📄️ Resend User Phone Verification
Resend the notification for the verification of the phone number, to the number stored on the user.
📄️ Delete User Avatar (Human)
Removes the avatar that is currently set on the user.
📄️ Set Human Initial Password
Set Human Initial Password
📄️ Set User Password
Set a new password for a user. Per default, the user has to change the password on the next login. You can set no_change_required to true, to avoid the change on the next login.
📄️ Send Reset Password Notification
The user will receive an email with a link to change the password.
📄️ Get User Authentication Factors (2FA/MFA)
Get a list of authentication factors the user has set. Including Second-Factors (2FA) and Multi-Factors (MFA).
📄️ Remove Multi-Factor OTP
Remove the configured One-Time-Password (OTP) as a factor from the user. OTP is an authentication app, like Authy or Google/Microsoft Authenticator.
📄️ Remove Multi-Factor U2F
Remove the configured Universal-Second-Factor (U2F) as a factor from the user. U2F is a device-dependent factor like FingerPrint, Windows-Hello, etc.
📄️ Remove Multi-Factor OTP SMS
Remove the configured One-Time-Password (OTP) SMS as a factor from the user. As only one OTP SMS per user is allowed, the user will not have OTP SMS as a second-factor afterward.
📄️ Remove Multi-Factor OTP SMS
Remove the configured One-Time-Password (OTP) Email as a factor from the user. As only one OTP Email per user is allowed, the user will not have OTP Email as a second-factor afterward.
📄️ Search Passwordless/Passkey authentication
Get a list of configured passwordless/passkey authentication methods from the user. Passwordless/passkey is a device-dependent authentication like FingerScan, WindowsHello or a Hardware Token.
📄️ Add Passwordless/Passkey Registration Link
Adds a new passwordless/passkey authenticator link to the user and returns it in the response. The link enables the user to register a new device if current passwordless/passkey devices are all platform authenticators. e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
📄️ Send Passwordless/Passkey Registration Link
Adds a new passwordless/passkey authenticator link to the user and sends it to the user per email. The link enables the user to register a new device if current passwordless/passkey devices are all platform authenticators. e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
📄️ Delete Passwordless/Passkey
Remove a configured passwordless/passkey authentication method from the user. (e.g FaceID, FingerScane, WindowsHello, etc.)