Creates a new login. For more information, see Managing logins.Documentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Parameters
| Parameter | Description |
|---|---|
<login_name> | The name of the login in the form of an email address. The login must be unique within the organization. |
IS_PASSWORD_ENABLED | A BOOLEAN value specifying if login with password is enabled. By default this is TRUE and passwords can be used to log in. |
IS_MFA_ENABLED | A BOOLEAN value specifying if the login has multi-factor authentication (MFA) enabled. By default this value is FALSE. If set to TRUE, an enrollment email will be sent to the <login_name>. |
<network_policy_name> | An optional parameter to define the network policy to link to the created login. |
IS_ORGANIZATION_ADMIN | A BOOLEAN value specifying if the login is an organization admin. By default this value is FALSE. |
<first_name> | The first name of the user that will use the created login. |
<last_name> | The last name of the user that will use the created login. |