Interface User

User type

Hierarchy

  • User

Properties

additionalData: StringIndexedObject

Non-standard additional data provided by the API.

created?: Date

When the user account was created

displayName: string

The user's display name

fullName?: string

The user's full name

id: string

The user's id

openid?: string

The user's openid

rights: {
    role?: string;
    sysadmin?: boolean;
}

The user's rights

Type declaration

  • Optional role?: string
  • Optional sysadmin?: boolean
state?: string

The user's status

stats: {
    datasets?: number;
    edits?: number;
}

The user's statistics

Type declaration

  • Optional datasets?: number
  • Optional edits?: number

Generated using TypeDoc