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