microsoft.user
Description
Microsoft Entra ID user
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | User Object ID |
| accountEnabled | bool | Whether the user account is enabled |
| city | string | User city |
| companyName | string | Deprecated: use job.companyName instead |
| country | string | Deprecated: use contact.country instead |
| createdDateTime | time | User create time |
| department | string | Deprecated: use job.department instead |
| displayName | string | User display name |
| employeeId | string | Deprecated: use job.employeeId instead |
| givenName | string | User given name |
| jobTitle | string | Deprecated: use job.title instead |
| string | Deprecated: use contact.email instead | |
| mobilePhone | string | Deprecated: use contact.mobilePhone instead |
| otherMails | []string | Deprecated: use contact.otherMails instead |
| officeLocation | string | Deprecated: use job.officeLocation instead |
| postalCode | string | Deprecated: use contact.postalCode instead |
| state | string | Deprecated: use contact.state instead |
| streetAddress | string | Deprecated: use contact.streetAddress instead |
| surname | string | User surname |
| userPrincipalName | string | User service principal name |
| userType | string | User type |
| settings | dict | User settings |
| job | dict | Job information |
| contact | dict | Contact information |
| authMethods | microsoft.user.authenticationMethods | Authentication information |
| mfaEnabled | bool | Whether MFA is enabled for the user |
| creationType | string | The user's creation type |
| identities | []microsoft.user.identity | The user's identities |
| auditlog | microsoft.user.auditlog | The user's audit log |
| assignedLicenses | []microsoft.user.assignedLicense | The licenses that are assigned to the user, including inherited (group-based) licenses |
| licenseDetails | []microsoft.user.licenseDetail | A collection of this user's license details |
| authenticationRequirements | microsoft.user.authenticationRequirements | Authentication requirements information |