Users > Users
Users
The User entity serves as the primary entry point to the 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 use the usersCreate mutation.
For more information on authentication and how it functions, see the Authentication documentation.
Endpoints
Types
| Types |
|---|
| OAuth2Provider |
| OrganizationUser |
| OrganizationUserModify |
| RecoveryOTP |
| TwoFactor |
| User |
| UserCreate |
| UserModify |
| WebauthnAdd |
| WebauthnResponse |