次の方法で共有


Microsoft Entra ID (aaduser) テーブル/エンティティの参照

注意

テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。

Virtual entity that represents Microsoft Entra ID

追加元 : Metadata Extension ソリューション

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Create POST [org URI]/api/data/v9.0/aadusers
作成を参照
CreateRequest または
Create
Delete DELETE [org URI]/api/data/v9.0/aadusers(aaduserid)
削除を参照
DeleteRequest または
Delete
Retrieve GET [org URI]/api/data/v9.0/aadusers(aaduserid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET [org URI]/api/data/v9.0/aadusers
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/aadusers(aaduserid)
更新を参照
UpdateRequest または
Update

プロパティ

プロパティ
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

書き込み可能な列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。

aaduserId

プロパティ
Description Unique identifier of a Microsoft Entra ID.
DisplayName Id
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName aaduserid
RequiredLevel SystemRequired
Type Uniqueidentifier

AccountEnabled

プロパティ
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

AccountEnabled の選択肢/オプション

ラベル 内容
1 Yes
0 No

既定値 : 0

BusinessPhones

プロパティ
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

プロパティ
Description City.
DisplayName City
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName city
MaxLength 100
RequiredLevel None
Type String

CompanyName

プロパティ
Description Company Name.
DisplayName Company Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName companyname
MaxLength 100
RequiredLevel None
Type String

DisplayName

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
Description ImAddresses for the user
DisplayName ImAddresses
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName imaddresses
MaxLength 100
RequiredLevel None
Type String

JobTitle

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
Description Postal Code.
DisplayName Postal Code
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName postalcode
MaxLength 100
RequiredLevel None
Type String

PreferredLanguage

プロパティ
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

プロパティ
Description Street Address.
DisplayName Street Address
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName streetaddress
MaxLength 100
RequiredLevel None
Type String

surname

プロパティ
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

プロパティ
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

プロパティ
Description User Type.
DisplayName User Type
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName usertype
MaxLength 100
RequiredLevel None
Type String

読み取り専用列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。

CreatedDateTime

プロパティ
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

関連項目

Dataverse テーブル/エンティティ参照 Web API リファレンス aaduser EntityType