mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
15 lines
324 B
YAML
15 lines
324 B
YAML
type: array
|
|
description: 'Array of account users'
|
|
items:
|
|
type: object
|
|
properties:
|
|
account_id:
|
|
type: integer
|
|
description: The ID of the account
|
|
user_id:
|
|
type: integer
|
|
description: The ID of the user
|
|
role:
|
|
type: string
|
|
description: whether user is an administrator or agent
|