Users
Web API References for User Management Service
Explore the Web APIs available for managing users, including detailed descriptions and usage examples.
To use service functions, first ensure that the service is activated before. You can see services by opening "Service Hub" From the game's dashboard header.
Body
versioninteger · int32 | nullableOptional
client_idstring | nullableOptional
client_secretstring | nullableOptional
namestring · min: 1Required
emailstring · min: 1Required
passwordstring · min: 1Required
Responses
200
OK
post
/api/auth/email/register200
OK
Body
versioninteger · int32 | nullableOptional
client_idstring | nullableOptional
client_secretstring | nullableOptional
phone_numberstring · min: 1Required
namestring | nullableOptional
tokenstring · min: 1Required
Responses
200
OK
post
/api/auth/ota/verify200
OK
Body
versioninteger · int32 | nullableOptional
client_idstring | nullableOptional
client_secretstring | nullableOptional
namestring | nullableOptional
usernamestring | nullableOptional
phoneNumberstring | nullableOptional
emailstring | nullableOptional
Responses
200
OK
post
/api/auth/guest200
OK
Last updated