Parameter | Description |
---|---|
Group Name | The group’s name. |
Is Superuser | Is the group considered as a superuser group. |
Users | A comma separated list of the group’s user IDs. Can be obtained by the List Users action. |
Parameter | Description |
---|---|
Attributes | The additional attributes of the group. |
Parent | The ID of the group’s parent. |
Roles | A comma separated list of the group’s role IDs. |
{
"pk": "<string>",
"num_pk": 7440,
"name": "<string>",
"is_superuser": false,
"parent": null,
"parent_name": null,
"users": [],
"users_obj": [],
"attributes": {},
"roles": [],
"roles_obj": []
}
Was this page helpful?