- V1
-
V2
- Common
- Custom-Themes
- Dashboard
- DataModel
- Dataset
- Datasource
- Documents
- Draft
- Identity
- Identity-Organization
- Identity-Role
- Identity-User
- K8s
- Language-Packages
- Languages
- QueueMonitor
- Reporting-CachingSettings
- Reporting-ExportTemplates
- Reporting-RenderResults
- Reporting-Reports
- Reporting-UserFunctions
- Scene
- Scheduler
- Shared-Resources
- Tags
- overview
Common
Common
[GET] /api/v2/common/user-info/me
Response
Status Code: 200
Success
Status Code: 400
Bad Request
Status Code: 404
Not Found
Models
Ƭ UserResponseModel
User response model
| Name | Type | Description | Example |
|---|---|---|---|
| idNullable | string | Id | |
| nameNullable | string | Name | |
| emailNullable | string | ||
| rolesNullable | Array<string> |
Roles | |
| homeNullable | string | Home | |
| showWelcomeOnStartup | Boolean | Show welcome on start up | |
| isFirstLogin | Boolean | Is first login | |
| themeNullable | string | Theme | |
| languageNullable | string | Language | |
| tenantIdNullable | string | Tenant id | |
| tenantNameNullable | string | Tenant name | |
| securityProviderNullable | string | Security provider | |
| themeNameNullable | string | Theme name | |
| fullNameNullable | string | Full name | |
| categoryDocTypesNullable | string | Category document types | |
| timeZoneIdNullable | string | Time zone id |
Ƭ ServerPluginError
Server plugin error
| Name | Type | Description | Example |
|---|---|---|---|
| codeNullable | string | error code | |
| messageNullable | string | error message | |
| contextNullable | string | error context | |
| innerError | ServerPluginError |