Adding users and teams to the Automation controller without an IdP
The Automation controller is also able to have teams and users directly added to the system. With a development system or a small user base, this can be preferable to using an external authentication provider.
The following fields are used to define a user:
username
—Username for the user.password
—Password for the user.email
—Email address of the user.first_name
—First name of the user.last_name
—Last name of the user.is_superuser
—Is an administrator.is_system_auditor
—Is an administrator.update_secrets
—True
will always change the password if the user specifies the password, even if the API gives$encrypted$
for the password.False
will only set the password if other values change too.groups
—Groups user belongs to.append
—Whether to append or replace the group list provided (modules and roles only...