Get Account Expand
GET/v1/account_expand/:account_identifier
Get expanded account details by account ID, requires globalAdmin:: permissions
Request
Path Parameters
account_identifier anyrequired
Account ID
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
avatar Avatar (string)
Avatar for this account
name Name (string)required
Name for this account
nickname Nickname (string)required
Nickname for this account
account_email Account Email (string)required
Email address for this account
account_id uuidrequired
Account id
last_ip Last Ip (string)
Last IP address for this account login
last_login Last Login (string)
Last login time for this account
{
"avatar": "string",
"name": "string",
"nickname": "string",
"account_email": "string",
"account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_ip": "string",
"last_login": "string"
}
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...