Endpoint Get My Information
Name
get_my_info
Description
Get general information about the current user.
Parameters
Parameter | Required | Options | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no parameters |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Description |
---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(500)
|
500 | |
DisplayName |
DT_WSTR
|
nvarchar(200)
|
200 | |
GivenName |
DT_WSTR
|
nvarchar(200)
|
200 | |
SurName |
DT_WSTR
|
nvarchar(200)
|
200 | |
JobTitle |
DT_WSTR
|
nvarchar(200)
|
200 | |
DT_WSTR
|
nvarchar(200)
|
200 | ||
UserPrincipalName |
DT_WSTR
|
nvarchar(200)
|
200 | |
BusinessPhones |
DT_WSTR
|
nvarchar(200)
|
200 | |
MobilePhone |
DT_WSTR
|
nvarchar(200)
|
200 | |
OfficeLocation |
DT_WSTR
|
nvarchar(500)
|
500 | |
PreferredLanguage |
DT_WSTR
|
nvarchar(200)
|
200 | |
@OdataContext |
DT_WSTR
|
nvarchar(2000)
|
2000 |
If the column you are looking for is missing, consider customizing Outlook Mail (Office 365) Connector.
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Outlook Mail (Office 365) Connector in API Source or in API Destination SSIS Data Flow components to read or write data.
API Source
API Source - Outlook Mail (Office 365)
Outlook Mail Connector (Office 365) can be used to integrate Office 365 Outlook Mail API in your App / BI Tools. You can download attachment, read / search Emails, Users, MailFolders, Send email and more.
Outlook Mail (Office 365)
Get My Information
There are no parameters to configure. |

API Destination
API Destination - Outlook Mail (Office 365)
Outlook Mail Connector (Office 365) can be used to integrate Office 365 Outlook Mail API in your App / BI Tools. You can download attachment, read / search Emails, Users, MailFolders, Send email and more.
Outlook Mail (Office 365)
Get My Information
There are no parameters to configure. |

ODBC application
Use these SQL queries in your ODBC application data source:
Get my information
SELECT * FROM get_my_info
SQL Server
Use these SQL queries in SQL Server after you create a data source in Data Gateway:
Get my information
DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM get_my_info';
EXEC (@MyQuery) AT [LS_TO_OUTLOOK_MAIL_OFFICE_365_IN_GATEWAY];