User

Describe an user with their id, login, last connection date, active status, wether they are admin or not and wether they need to change password 👨🏽‍🦱

See

RoboccDocs for further information

Hierarchy

  • User

Properties

active: boolean

Is active

id: number

id

is_api_admin: boolean

Is admin

last_connection: number

Last connection date

login: string

Login

need_change_password: boolean

Need change password (default password)

Generated using TypeDoc