mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 17:02:35 +08:00
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.
15 lines
196 B
JSON
15 lines
196 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"success": {
|
|
"type": "string"
|
|
},
|
|
"user": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"required": [
|
|
"success",
|
|
"user"
|
|
]
|
|
}
|