List Virtual Accounts
Virtual Accounts
List Virtual Accounts
List virtual accounts for the tenant.
GET
List Virtual Accounts
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items per page
Required range:
1 <= x <= 1000Example:
10
Number of items to skip
Required range:
x >= 0Example:
0
Return virtual accounts with names that contain this string
Return virtual accounts owned by these teams
Filter virtual accounts by expiration status. true = expired, false = not expired
JSON string: structured filter tree (AND/OR groups, column leaves on name, json_map leaves on manifest.tags).