Group
Group resources represent collections of users for reporting needs or content access controls.
<group id="{id}" href="https://{hostname}/@api/deki/groups/{id}" guid="{guid}"> <groupname>{name}</groupname> <service.authentication id="{authid}" href="https://{hostname}/@api/deki/site/services/{authid}"/> <users count="{users.count}" href="https://{hostname}/@api/deki/groups/{id}/users"/> {permissions.group} </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 |