Read User Manager
Read the user or organizational contact assigned as the manager of an Office 365 user.
Input
Field | Definition | Type | Required |
---|---|---|---|
User |
|||
ID or Username |
User ID is the unique identifier for the user. Should be treated as an opaque identifier. Username of the Office 365 user. This is the user's User Principal Name (UPN). A UPN is formed by taking the username and domain and combining them with the @ separator. For example, john.doe@somedomain.com. This could be the user's email address, but not always. This property can't contain accent characters. Only the following characters are allowed A-Z, a-z, 0-9, '.-_!#^~. |
Text |
TRUE |
If the string for the UPN input begins with the $ character, remove the slash / after /users and enclose the UPN value in parentheses and single quotes. For example, /users('$AdeleVance@contoso.com'). See Known issues with Microsoft Graph.
To search for a B2B user using a UPN input value, encode the hash # character as %23. For example, /users/AdeleVance_adatum.com%23EXT%23@contoso.com.
Output
Field | Definition | Type |
---|---|---|
Manager |
||
ID |
The unique identifier for the user. |
Text |
Display Name |
The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial, and family name.The maximum length is 256 characters. |
Text |
Surname |
The user's surname (family name or last name).The maximum length is 64 characters. |
Text |
Given Name |
The given name (first name) of the user.The maximum length is 64 characters. |
Text |
|
Email address of the user. |
Text |
User Principal Name |
User principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where the domain must be present in the tenant's collection of verified domains. |
Text |
Business Phones |
Phone numbers of the user. |
List of Text |
Mobile Phone |
Cellphone number of the user. |
Text |
Job Title |
Job title of the user. |
Text |
Office Location |
Physical office location of the user. |
Text |
Department |
Department of the user. |
Text |
City |
City in which the user is located. |
Text |
State |
State in which the user is located. |
Text |
Country |
Country or region in which the user is located. For example, US or UK. |
Text |
Preferred Language |
Preferred language for the user. Should follow ISO 639-1 Code. For example, en-US. |
Text |
Related topics
Azure Active Directory connector