SupersetUserApi.put
activeboolean
Is user active?It's not a good policy to remove a user, just make it inactive
emailstring
The user's email
first_namestring
The user's first name
last_namestring
The user's last name
passwordstring
The user's password for authentication
rolesinteger[]
The user's roles
Possible values: >= 1
usernamestring
The user's username
Possible values: non-empty and <= 250 characters
SupersetUserApi.put
{
"active": true,
"email": "string",
"first_name": "string",
"last_name": "string",
"password": "string",
"roles": [
0
],
"username": "string"
}