Create Account
POST/admin/account
Create Account
Request
- application/json
Body
required
userobjectrequired
name Name (string)required
email Email (string)required
scopeobjectrequired
name Name (string)required
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- LegacyUserResponse
- MOD1
- MOD1
Array [
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
]
userobject
anyOfid
idobject
anyOf
string
scopesobject
anyOforganization_id
organization_name
workspace_id
workspace_name
project_id
project_name
is_demo
user_role
credentials
organization_idobject
anyOf
string
organization_nameobject
anyOf
string
workspace_idobject
anyOf
string
workspace_nameobject
anyOf
string
project_idobject
anyOf
string
project_nameobject
anyOf
string
is_demoobject
anyOf
boolean
user_roleobject
anyOf
string
credentialsobject
anyOf
string
{
"user": {},
"scopes": [
null
]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...