Outlook Mail (Office 365) Connector
Documentation
Version: 3
Documentation

EndPoint Get My Information


Name

get_my_info

Description

Get general information about the current user.

Parameters

Parameter Label Required Options Description
There are no parameters

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_WSTR nvarchar(500) 500 False
DisplayName DT_WSTR nvarchar(200) 200 False
GivenName DT_WSTR nvarchar(200) 200 False
SurName DT_WSTR nvarchar(200) 200 False
JobTitle DT_WSTR nvarchar(200) 200 False
Mail DT_WSTR nvarchar(200) 200 False
UserPrincipalName DT_WSTR nvarchar(200) 200 False
BusinessPhones DT_WSTR nvarchar(200) 200 False
MobilePhone DT_WSTR nvarchar(200) 200 False
OfficeLocation DT_WSTR nvarchar(500) 500 False
PreferredLanguage DT_WSTR nvarchar(200) 200 False
@OdataContext DT_WSTR nvarchar(2000) 2000 False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw 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 component to read data or in API Destination component to read/write data:

Get My Information using API Source

Outlook Mail (Office 365)
Get My Information
SSIS API Source - Read from table or endpoint

Get My Information using API Destination

Outlook Mail (Office 365)
Get My Information
SSIS API Destination - Access table or endpoint