Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface User

Partial user's informations

Hierarchy

Index

Properties

avatar

avatar: string | null

API link to load the user's avatar

deleted

deleted: boolean

Is the user delete

Optional email

email: undefined | string

User's email

experiences

experiences: UserExperience[]

User's work experience

firstname

firstname: string

User's first name

fullname

fullname: string

User's full name

gender

gender: "male" | "female" | null

User's gender

href

href: string

API link to load the user's data

id

id: string

User's id

identity

identity: string

API link to load the user's identity (full data)

ims

User's Instant Messaging contacts

lastname

lastname: string

User's last name

phones

phones: UserPhone[]

User's phone numbers

position

position: string | null

User's current work position

url

url: UserUrl[]

User's websites

username

username: string

User's username

Generated using TypeDoc