Accounts
Get a list of accounts.
Lists accounts in the supplied Octopus Deploy Space in pages. The results will be sorted alphabetically by name.
get/accounts
Query parameters
accountTypestring[]
The type of accounts to return.
namestring
The exact name of an Account to be matched.
partialNamestring
A partial account name used for a sub-string search.
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
The list of Accounts
Example response
{
"Items": [
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.