Create Microsoft 365 User
create_userCreates a Microsoft 365 user with a temporary password, returning the password for secure out-of-band delivery.
Instructions
Create a user with a generated temporary password. Returns the temporary password; store it securely and share out-of-band.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | No | ||
| displayName | Yes | ||
| mailNickname | No | ||
| checkExisting | No | ||
| usageLocation | No | ||
| accountEnabled | No | ||
| userPrincipalName | Yes | ||
| forceChangePasswordNextSignIn | No |