Public API
User management
Masterplan user group extension schema
Masterplan user group extension schema:
Name | Type | Description |
---|---|---|
is_private | bool | Is user group private. |
owner | OwnerReference | Reference to user owning this user group. |
OwnerReference schema:
Name | Type | Description |
---|---|---|
value | string | ID of referenced resource. |
$ref | url | Location of resource. |
type | string | Type of resource. Currently only User type is supported. |