Get All Accounts
GET/v2/account
Get all accounts.Requires accountOrg:config:view or account:config:view permissions and to share an org with the account
Request
Query Parameters
The ID of the Org being queried
Retrieve M2M accounts
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- MOD3
Array [
]
Array [
]
Array [
]
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
Description for this account
Organization ID for this account
Account ID
Email address for this account
User name
Description for this account
Organization ID for this account
Account ID
M2M Client secret
[
null
]
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"
}
]
}