Hello,
I use the REST API VMware vCloud Director 1.5 and I am faced with a problem.
I want to list all the users of a specific organization from the admin account (system organization).
Is it possible?
with GET /admin/users/query ?
Operation:
GET /admin/users/query
Description:
Retrieves a list of users for organization the org admin belongs to by using REST API general QueryHandler; If filter is provided it will be applied to the corresponding result set. Format determines the elements representation - references or records. Default format is references.
Thank you in advance,