Group
Group resources represent collections of users for reporting needs or content access controls.
1 | < group id = "{id}" href = "https://{hostname}/@api/deki/groups/{id}" guid = "{guid}" > |
2 | < groupname >{name}</ groupname > |
3 | < service.authentication id = "{authid}" href = "https://{hostname}/@api/deki/site/services/{authid}" /> |
4 | < users count = "{users.count}" href = "https://{hostname}/@api/deki/groups/{id}/users" /> |
5 | {permissions.group} |
6 | </ group > |
Name | Type | Description |
---|---|---|
{id} | int | Local group id |
{guid} | string | Global group id |
{hostname} | string | The Expert site hostname |
{name} | string | Group name |
{authid} | int | The identity provider service id |
{users.count} | int | The total count of users that belong to the group |
{permissions.group} | Permissions | The role assigned to the group |