Chatwoot/swagger/definitions/resource/user.yml

20 lines
276 B
YAML
Raw Normal View History

type: object
properties:
id:
type: number
uid:
type: string
name:
type: string
email:
type: string
account_id:
type: number
role:
type: string
enum: ['agent', 'administrator']
confirmed:
type: boolean
nickname:
type: string