Group = {id:string;name:string; } |string
Represents a user group included in the authenticated session.
{id:string;name:string; }
Structured group representation.
| Name | Type | Description |
|---|---|---|
id | string | Group identifier. |
name | string | Group name. |
string
Group identifier or group name.