UserUpdate
name object
anyOf
- string
- null
string
email object
anyOf
- string<email>
- null
string<email>
alias object
anyOf
- string
- null
string
type object
anyOf
- string
- null
string
groups object
anyOf
- string[]
- null
Array [
string
]
tags object
anyOf
- string[]
- null
Array [
string
]
is_active object
anyOf
- boolean
- null
boolean
UserUpdate
{
"name": "string",
"email": "user@example.com",
"alias": "string",
"type": "string",
"groups": [
"string"
],
"tags": [
"string"
],
"is_active": true
}