Chatwoot/swagger/definitions/resource/user.yml
2020-08-18 12:14:37 +05:30

27 lines
423 B
YAML

type: object
properties:
id:
type: number
uid:
type: string
name:
type: string
available_name:
type: string
display_name:
type: string
email:
type: string
account_id:
type: number
role:
type: string
enum: ['agent', 'administrator']
confirmed:
type: boolean
display_name:
type: string
accounts:
type: array
items:
$ref: '#/definitions/account'