Parameter | Description |
---|---|
Group Name | The name of the group to get details of. |
{
"link": {
"href": "link_to_group",
"rel": "self"
},
"name": "groupname",
"description": "Group Description",
"type": "GROUP",
"active": true,
"attributes": {
"link": {
"href": "https://crowdserver/crowd/rest/usermanagement/1/group/attributes?groupname=groupname",
"rel": "self"
},
"attribute": []
}
}
Was this page helpful?