2020-02-23 19:21:31 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
id:
|
|
|
|
type: number
|
|
|
|
uid:
|
|
|
|
type: string
|
|
|
|
name:
|
|
|
|
type: string
|
2020-08-18 06:44:37 +00:00
|
|
|
available_name:
|
|
|
|
type: string
|
|
|
|
display_name:
|
|
|
|
type: string
|
2020-02-23 19:21:31 +00:00
|
|
|
email:
|
|
|
|
type: string
|
|
|
|
account_id:
|
|
|
|
type: number
|
|
|
|
role:
|
|
|
|
type: string
|
|
|
|
enum: ['agent', 'administrator']
|
|
|
|
confirmed:
|
|
|
|
type: boolean
|
2021-09-02 12:59:45 +00:00
|
|
|
custom_attributes:
|
|
|
|
type: object
|
|
|
|
description: Available for users who are created through platform APIs and has custom attributes associated.
|
2020-08-18 06:44:37 +00:00
|
|
|
accounts:
|
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/account'
|