UserCreateParameters Class
Request parameters for creating a new work or school account user.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
UserCreateParameters
Constructor
UserCreateParameters(*, account_enabled: bool, display_name: str, password_profile, user_principal_name: str, mail_nickname: str, additional_properties=None, immutable_id: str = None, usage_location: str = None, given_name: str = None, surname: str = None, user_type=None, mail: str = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized this collection
- immutable_id
- str
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.
- usage_location
- str
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".
A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Possible values include: 'Member', 'Guest'
- user_principal_name
- str
Required. The user principal name (<xref:mailto:someuser@contoso.com>). It must contain one of the verified domains for the tenant.
Feedback
Submit and view feedback for