SystemInitResponse
SystemInitResponse documentation for .NET SDK
Response from the system initialization endpoint.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AlreadyInitialized | bool | Indicates whether the system was already initialized before this request. | |
| Message | string | A human-readable message about the initialization status. | |
| RootApiKey | string | The API key for the root user. Only present if system was just initialized (not previously initialized). | [optional] |
| UserId | string | The user ID of the root user. Only present if system was just initialized (not previously initialized). | [optional] |