parameters(Optional[String[1]])
— Parameters to create a user.
usagelocation(Optional[String[1]])
— A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: 'US', 'JP', and 'GB'.
mailnickname(Optional[String[1]])
— The mail alias for the user.
givenname(Optional[String[1]])
— The given name for the user.
tenant_id(Optional[String[1]])
— The tenant ID.
surname(Optional[String[1]])
— The user's surname (family name or last name).
usertype(Optional[String[1]])
— A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'.
accountenabled(Optional[String[1]])
— Whether the account is enabled.
api_version(Optional[String[1]])
— Client API version.
displayname(Optional[String[1]])
— The display name of the user.
userprincipalname(Optional[String[1]])
— The user principal name (someuser@contoso.com). It must contain one of the verified domains for the tenant.
immutableid(Optional[String[1]])
— This must be specified if you are using a federated domain for the user's userPrincipalName (UPN) property when creating a new user account. It is used to associate an on-premises Active Directory user account with their Azure AD user object.
mail(Optional[String[1]])
— The primary email address of the user.