Users > Users
Commerce APIUsersUsers
Users

The User entity serves as the primary entry point to our system. Authorized access is required for most queries and mutations, and users are the entities that grant such access. To register a new user, you can utilize the usersCreate mutation.

For more information on authentication and how it functions within our system, please refer to the Authentication documentation.

Endpoints

EndpointDescription
usersGet users
usersCreateCreate users
usersDeleteDelete users
usersModifyModify users
usersOauthEnable OAuth2 login for self
usersOauthDeleteDisable OAuth2 login for self
usersTwoFactorEnable 2FA for self
usersTwoFactorBackupPhoneAdd backup phone number
usersTwoFactorDeleteDisable 2FA for self
usersTwoFactorRecoveryCodesRegenerate recovery codes
usersTwoFactorRecoveryCodesShowShow recovery codes
usersTwoFactorSendCodeSend 2FA code via SMS
usersTwoFactorValidateValidate 2FA for self

Types

Types
OAuth2Provider
RecoveryOTP
TwoFactor
TwoFactorConfig
User
UserCreate
UserModify