Retrieve list of users for a grid
/api/v1/user/list?vdc=controller-name
Name of the target virtual data center
synchronous
GET
Retrieve list of users.
GET http://192.168.123.200/api/v1/user/list?vdc=mygrid
<user> <id>test@CA.com</id> <comment></comment> <realname></realname> </user>
{
"user" : {
"realname" : "",
"comment" : "",
"id" : "test@CA.com"
}
}
Entity vdc mygrid not found - A VDC name was specified that is not configured in the WS_API application.
|
Copyright © 2012 CA.
All rights reserved.
|
|