Parameter | Description |
---|---|
Name | Name of the group. |
Shared | Is group shared or not. |
Should Match Full Name | Is name should match completely or not. |
{
"groups": [
{
"id": "string",
"name": "string",
"owner": {
"alias": "string",
"name": "string",
"userid": "string"
},
"permissions": "string",
"policy_id": "string",
"shared_with": [
{
"alias": "string",
"name": "string",
"pending": false,
"permissions": "string",
"userid": "string"
}
]
}
]
}
Was this page helpful?