/
FE
federatedai
/
KubeFATE service API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
Swagger 2.0
Apache 2.0
2026-07-17
25
17
74.1 KB
User
Create a user
post
/user
Headers
Authorization
string
required
Authentication header
Request body
ModulesUser
required
createdAt
string
deletedAt
GormDeletedAt
email
string
id
integer
password
string
salt
string
updatedAt
string
userStatus
integer
username
string
uuid
string
Response
Success
object
required
msg
string
data
ModulesUser
Example response
{ "msg": "Success" }