Compartir a través de


Referencia de tabla o entidad Microsoft Entra ID (aaduser)

Nota

¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.

Virtual entity that represents Microsoft Entra ID

Añadido por: solución Metadata Extension

Mensajes

Mensaje Operación de API web Método o clase de SDK
Create POST [org URI]/api/data/v9.0/aadusers
Vea Crear
CreateRequest o
Create
Delete DELETE [org URI]/api/data/v9.0/aadusers(aaduserid)
Vea Eliminar
DeleteRequest o
Delete
Retrieve GET [org URI]/api/data/v9.0/aadusers(aaduserid)
Vea Recuperar
RetrieveRequest o
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET [org URI]/api/data/v9.0/aadusers
Vea Consultar datos
RetrieveMultipleRequest o
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/aadusers(aaduserid)
Vea Actualizar
UpdateRequest o
Update

Propiedades

Propiedad Valor
CollectionSchemaName aadusers
DisplayCollectionName Microsoft Entra IDs
DisplayName Microsoft Entra ID
EntitySetName aadusers
IsBPFEntity False
LogicalCollectionName aadusers
LogicalName aaduser
OwnershipType OrganizationOwned
PrimaryIdAttribute aaduserid
PrimaryNameAttribute displayname
SchemaName aaduser

Columnas/atributos que se pueden escribir

Estas columnas o atributos devuelven true para IsValidForCreate o IsValidForUpdate (generalmente ambos). Listado por SchemaName.

aaduserId

Propiedad Valor
Description Unique identifier of a Microsoft Entra ID.
DisplayName Id
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName aaduserid
RequiredLevel SystemRequired
Type Uniqueidentifier

AccountEnabled

Propiedad Valor
Description Indicates if the Account of an Microsoft Entra ID is enabled.
DisplayName Microsoft Entra ID Account Enabled
IsValidForForm True
IsValidForRead True
LogicalName accountenabled
RequiredLevel None
Type Boolean

Elecciones/opciones de AccountEnabled

Valor Etiqueta Descripción
1 Yes
0 No

Valor predeterminado: 0

BusinessPhones

Propiedad Valor
Description Business phone number for the user
DisplayName Business Phones
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName businessphones
MaxLength 100
RequiredLevel None
Type String

City

Propiedad Valor
Description City.
DisplayName City
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName city
MaxLength 100
RequiredLevel None
Type String

CompanyName

Propiedad Valor
Description Company Name.
DisplayName Company Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName companyname
MaxLength 100
RequiredLevel None
Type String

DisplayName

Propiedad Valor
Description The name displayed in the address book for the user.
DisplayName Display Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName displayname
MaxLength 100
RequiredLevel None
Type String

GivenName

Propiedad Valor
Description The given name (first name) of the user.
DisplayName Given Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName givenname
MaxLength 100
RequiredLevel None
Type String

id

Propiedad Valor
Description A unique identifer for Microsoft Entra ID
DisplayName A unique identifer for Microsoft Entra ID
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName id
RequiredLevel SystemRequired
Type Uniqueidentifier

ImAddresses

Propiedad Valor
Description ImAddresses for the user
DisplayName ImAddresses
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName imaddresses
MaxLength 100
RequiredLevel None
Type String

JobTitle

Propiedad Valor
Description The user's job title.
DisplayName Job Title
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName jobtitle
MaxLength 100
RequiredLevel None
Type String

Mail

Propiedad Valor
Description The SMTP address for the user.
DisplayName Mail
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mail
MaxLength 100
RequiredLevel None
Type String

MobilePhone

Propiedad Valor
Description The primary cellular telephone number for the user.
DisplayName Mobile Phone
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mobilephone
MaxLength 100
RequiredLevel None
Type String

OfficeLocation

Propiedad Valor
Description The office location in the user's place of business.
DisplayName Office Location
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName officelocation
MaxLength 200
RequiredLevel None
Type String

PostalCode

Propiedad Valor
Description Postal Code.
DisplayName Postal Code
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName postalcode
MaxLength 100
RequiredLevel None
Type String

PreferredLanguage

Propiedad Valor
Description The preferred language for the user. Should follow ISO 639-1 Code; for example 'en-US'.
DisplayName Preferred Language
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName preferredlanguage
MaxLength 100
RequiredLevel None
Type String

StreetAddress

Propiedad Valor
Description Street Address.
DisplayName Street Address
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName streetaddress
MaxLength 100
RequiredLevel None
Type String

surname

Propiedad Valor
Description The user's surname (family name or last name).
DisplayName Surname
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName surname
MaxLength 100
RequiredLevel None
Type String

UserPrincipalName

Propiedad Valor
Description The user principal name (UPN) of the user.
DisplayName User Principal Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName userprincipalname
MaxLength 100
RequiredLevel None
Type String

UserType

Propiedad Valor
Description User Type.
DisplayName User Type
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName usertype
MaxLength 100
RequiredLevel None
Type String

Columnas/atributos de sólo lectura

Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.

CreatedDateTime

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time when the Microsoft Entra ID was created.
DisplayName Created Date Time
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createddatetime
RequiredLevel None
Type DateTime

Consultar también

Referencia de tabla o entidad de Dataverse Referencia de la API web aaduser EntityType