forked from public/pyceo
1
0
Fork 0

Merge branch 'master' into 60-group-lookup

This commit is contained in:
Daniel Sun 2023-03-02 10:06:47 -05:00
commit 67cf42d2bc
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class CloudStackService:
domain_id = self._get_domain_id()
url = self._create_url({
'command': 'listAccounts',
'accounttype': '0', # regular user (exclude domain admin)
'domainid': domain_id,
'details': 'min',
})