mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 08:15:07 +08:00
39ab14531a
Discourse users and associated accounts are created or updated when a user logins or connects the account using their account preferences. This new API can be used to create associated accounts and users too, if necessary.
16 lines
196 B
JSON
16 lines
196 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"success": {
|
|
"type": "string"
|
|
},
|
|
"user": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"required": [
|
|
"success",
|
|
"user"
|
|
]
|
|
}
|