List System Accounts
Returns an array of system accounts (SA) in the organization. Returns 400 if any filter parameters are invalid.
Query parameters
The maximum number of items to include per page. The last page of a collection may include fewer items.
Determines which page of the entities to retrieve.
Filter system accounts returned in the response.
Response
A paginated list response for a collection of system accounts.
Example response
{
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
},
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Example System Account",
"description": "This is a sample system account description.",
"created_at": "2022-08-24T14:15:22Z",
"updated_at": "2022-10-05T10:33:49Z",
"konnect_managed": false
}
]
}Changes
Changed in 4 of the 75 revisions of this API.153
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
databecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/konnect_managedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status403response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status403response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status403response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status403response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
for the
queryrequest parameterfilter, the type/format of propertydescriptionwas specialized from/toobject/request-parameter-property-type-specialized
- ▲
for the
queryrequest parameterfilter, the type/format of propertynamewas specialized from/toobject/request-parameter-property-type-specialized
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
for the
queryrequest parameterfilter, the type/format of propertydescriptionwas changed fromobject/to/request-parameter-property-type-changed
- ●
for the
queryrequest parameterfilter, the type/format of propertynamewas changed fromobject/to/request-parameter-property-type-changed
- ●