mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
- Platform APIs to add and update custom attributes to users - Platform APIs to delete accounts - Platform APIs to delete users
16 lines
384 B
YAML
16 lines
384 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: Name of the user
|
|
email:
|
|
type: string
|
|
description: Email of the user
|
|
password:
|
|
type: string
|
|
description: Password must contain uppercase, lowercase letters, number and a special character
|
|
custom_attributes:
|
|
type: object
|
|
description: Custom attributes you want to associate with the user
|
|
|