octoprint-open-api/openapi/components/schemas/access/UserUpdate.yaml
2020-11-03 11:33:33 +01:00

21 lines
526 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

type: object
description: >-
User update request body
properties:
active:
type: boolean
description: >-
Whether the users account is active (true) or not (false)
groups:
type: array
description: >-
Groups assigned to the user
items:
$ref: ./GroupRecord.yaml
permissions:
type: array
description: >-
The list of permissions assigned to the user (note: this does not include implicit permissions inherit from groups).
items:
$ref: ./PermissionRecord.yaml