parameters(Optional[String[1]])
— Parameters to create a user.
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.
api_version(Optional[String[1]])
— Client API version.
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.
surname(Optional[String[1]])
— The user's surname (family name or last name).
givenname(Optional[String[1]])
— The given name for the 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'.
tenant_id(Optional[String[1]])
— The tenant ID.
displayname(Optional[String[1]])
— The display name of the user.