• Topics

X-Sign OpenAPI

X-sign 2.0 / X-Sign OpenAPI / Documentation / Models

Model-User

2021 / 04 / 24

column

schema

descript

column

*id

schema

Type: integer

descript

user id

column

*company_id

schema

Type: integer

descript

company id

column

company_name

schema

Type: string

descript

company name

column

*name

schema

Type: string

descript

user name

column

*account

schema

Type: string

descript

user account

column

*email

schema

Type: string

descript

user email

column

*timezone

schema

Type: string

descript

timezone

column

*role

schema

Type: string |In:[administrators]   

descript

thumbnail download url
null: thumbnail doesn't exist

column

*created_at

schema

Type: timestamp

descript

0000-00-00 00:00:00 (UTC)

column

*updated_at

schema

Type: timestamp

descript

0000-00-00 00:00:00 (UTC)

{
    "data":{
        "id":2,
        "company_id":3,
        "company_name":"BenQ",
        "name": "Admin",
        "account": "admintest",
        "email": "Admin@BenQ.com",
        "timezone": "Asia/Taipei",
        "role":"administrator",
        "created_at": "2019-11-29 10:10:10",
        "updated_at": "2019-11-29 10:10:10"
    }
}