03-08-2010 10:32 AM
03-26-2010 07:32 PM
/api/people/{username}?groups=true
03-30-2010 12:40 PM
04-02-2010 06:20 AM
var result = remote.call("/api/people/" + stringUtils.urlEncode(user.name) + "?groups=true");
if (result.status == 200 && result != "{}")
{
var users = eval('(' + result + ')');
var groups = new Array();
groups = users.groups;
// do what you want with your array of group names
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.