Parameter | Description |
---|---|
Group Name | The name of the group. |
{
"link": {
"href": "https://crowdserver/crowd/rest/usermanagement/1/group/attributes?username=sampleuser",
"rel": "self"
},
"attribute": [
{
"link": {
"href": "https://crowdserver/crowd",
"rel": "self"
},
"name": "attribute",
"values": [
"value1",
"value2"
]
}
]
}
Was this page helpful?