Personenressourcentypperson resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Eine Ansammlung von Informationen über eine Person aus E-Mails, Kontakten und sozialen Netzwerken. Personen können lokale Kontakte, Kontakte aus sozialen Netzwerken, aus dem Verzeichnis Ihrer Organisation und Personen aus kürzlichen Unterhaltungen (z. B. E-Mail und Skype) sein.An aggregation of information about a person from across mail, contacts, and social networks. People can be local contacts, contacts from social networking or your organization's directory, and people from recent communications (such as email and Skype).
MethodenMethods
MethodeMethod | RückgabetypReturn Type | BeschreibungDescription |
---|---|---|
List peopleList people | Personperson | Dient zum Abrufen einer Sammlung von person-Objekten, sortiert nach ihrer Relevanz für den Benutzer.Get a collection of person objects ordered by their relevance to the user. |
EigenschaftenProperties
EigenschaftProperty | TypType | BeschreibungDescription |
---|---|---|
birthdaybirthday | StringString | Der Geburtstag der Person.The person's birthday. |
companyNamecompanyName | StringString | Der Name des Unternehmens der Person.The name of the person's company. |
departmentdepartment | StringString | Die Abteilung der Person.The person's department. |
displayNamedisplayName | StringString | Der Anzeigename der Person.The person's display name. |
scoredEmailAddressesscoredEmailAddresses | scoredEmailAddress-SammlungscoredEmailAddress collection | Die E-Mail-Adressen der Person.The person's email addresses. |
givenNamegivenName | StringString | Der Vorname der Person.The person's given name. |
idid | StringString | Eindeutiger Bezeichner für die Person. Schreibgeschützt.The person's unique identifier. Read-only. |
imAddressimAddress | StringString | Die VOIP-SIP-Adresse (Voice oder IP; Session Initiation Protocol) der Chatnachricht für den Benutzer. Schreibgeschützt.The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only. |
isFavoriteisFavorite | BooleschBoolean | true , wenn der Benutzer diese Person als Favorit gekennzeichnet hat.true if the user has flagged this person as a favorite. |
jobTitlejobTitle | StringString | Die Position der Person.The person's job title. |
officeLocationofficeLocation | StringString | Der Bürostandort der Person.The location of the person's office. |
personNotespersonNotes | StringString | Frei formatierbare Notizen, die der Benutzer zu dieser Person hinzugefügt hat.Free-form notes that the user has taken about this person. |
personTypepersonType | personTypepersonType | Der Personentyp.The type of person. |
phonesphones | phone-Sammlungphone collection | Die Telefonnummern der Person.The person's phone numbers. |
postalAddressespostalAddresses | location-Sammlunglocation collection | Die Adressen der Person.The person's addresses. |
professionprofession | StringString | Der Beruf der Person.The person's profession. |
surnamesurname | StringString | Der Nachname der Person.The person's surname. |
userPrincipalNameuserPrincipalName | StringString | Der Benutzerprinzipalname der Person. Der UPN ist ein Anmeldename der Person im Internetformat, der auf dem Internetstandard RFC 822 basiert. Gemäß der Konvention sollte er dem E-Mail-Namen der Person zugeordnet sein. Das allgemeine Format lautet alias@domäne.The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain. |
websiteswebsites | website-Sammlungwebsite collection | Die Websites der Person.The person's websites. |
yomiCompanyyomiCompany | StringString | Der phonetische japanische Firmenname des Unternehmens der Person.The phonetic Japanese name of the person's company. |
BeziehungenRelationships
Keine.None.
JSON-DarstellungJSON representation
Es folgt eine JSON-Darstellung der Ressource.The following is a JSON representation of the resource.
{
"birthday": "string",
"companyName": "string",
"department": "string",
"displayName": "string",
"scoredEmailAddresses": [{"@odata.type": "microsoft.graph.scoredEmailAddress"}],
"givenName": "string",
"id": "string (identifier)",
"imAddress": "string",
"isFavorite": true,
"jobTitle": "string",
"officeLocation": "string",
"personNotes": "string",
"personType": {"@odata.type": "microsoft.graph.personType"},
"phones": [{"@odata.type": "microsoft.graph.phone"}],
"postalAddresses": [{"@odata.type": "microsoft.graph.location"}],
"profession": "string",
"surname": "string",
"userPrincipalName": "string",
"websites": [{"@odata.type": "microsoft.graph.website"}],
"yomiCompany": "string"
}