Concepts
Concepts used in Microsoft Office 365 BDK Book.
Office group
An Office Group represents a group in the Microsoft Graph. It includes key user details such as display name,and email address.
id
The unique identifier for the group.
text
display_name
The name displayed in the address book for the group.
optional[text]
email_address
The group's email address.
optional[text]
Office user
An Office User represents a user in the Microsoft Graph. It includes key user details such as display name,email address, and job title.
id
The unique identifier for the user.
text
display_name
The name displayed in the address book for the user.
optional[text]
email_address
The user's email address (usually their user principal name).
optional[text]
job_title
The user's job title.
optional[text]
Last updated
Was this helpful?