[]
        
(Showing Draft Content)

Common

Common

[GET] /api/v2/common/user-info/me

Response

Status Code: 200

Success

UserResponseModel

Status Code: 400

Bad Request

ServerPluginError

Status Code: 404

Not Found

ServerPluginError

Models

Ƭ UserResponseModel

User response model

Name Type Description Example
idNullable string Id
nameNullable string Name
emailNullable string Email
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