Get Account
GET/v2/account/:account_id
View account details.Requires accountOrg:config:view or account:config:view permissions and for user to share an org with the account
Request
Path Parameters
Account ID
Query Parameters
Include additional account details
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- AdminAccountResponse
- AccountExpanded
- AccountResponse
anyOf
Description for this account
Organization ID for this account
Account ID
Email address for this account
User name
Is this account a global admin
Possible values: non-empty and <= 50 characters
Auth0 user ID associated with this account
User name
Avatar for this account
Description for this account
Organization ID for this account
Account ID
Email address for this account
Last IP address for this account login
Last login time for this account
Description for this account
Organization ID for this account
Account ID
Email address for this account
User name
{}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}