When Should These APIs Be Used?#
These registration APIs should be used only if the application relies on xFloor for user registration, authentication, and account management.
Applications that:Already have an existing user base, or
Prefer to manage users using their own authentication system (e.g., OAuth, SSO, enterprise IAM, custom login)
are not required to call these APIs.The developer manages user creation, login, password handling, and recovery.
The application simply passes a valid user identifier to xFloor when invoking other APIs.
xFloor treats the user as an externally authenticated user.
Regardless of the registration method:All subsequent API calls must include a valid user context.
The responsibility for user authenticity lies with the system that performs authentication.
xFloor reserves the right to enforce rate limits, abuse prevention, and usage policies at the API level.
Modified at 2025-12-19 14:02:14