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