aad_create_user
Create a new Azure AD user with display name, user principal name, and password. Optionally set mail nickname, department, and job title.
Instructions
Create a new Azure AD user.
Args: display_name: Display name for the user user_principal_name: UserPrincipalName (UPN) for the user password: Initial password for the user mail_nick_name: Mail alias (optional) department: Department name (optional) job_title: Job title (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | Yes | ||
| user_principal_name | Yes | ||
| password | Yes | ||
| mail_nick_name | No | ||
| department | No | ||
| job_title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |