Get All Accounts In Org
GET/v1/account-org/:org_identifier
Get all Accounts in an Organization, requires accountOrg:config:view | accountOrg:config:edit permissions
Request
Path Parameters
org_identifier anyrequired
Organization ID or short name
Query Parameters
m2m M2M
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
account_id uuidrequired
Account id
account_email Account Email (string)
Email address for this account
description Description (string)
Description for this account
org_id uuid
Organization ID
[
{
"account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"account_email": "string",
"description": "string",
"org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
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...