EndPoint Get User by Id
Name
get_user
Description
Get a specific user. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
UserId | User ID or Email | YES | The Microsoft Mail user ID GUID or email address for the account to read messages from. (Examples: '4ff54a77-9c09-4274-958f-83bdc0a53900' or 'first.last@domain.com') | |
SelectedColumns | Selected Columns | NO | Select the individual columns to be included in the response, to reduce the response size and increase performance [API reference] |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
BusinessPhones |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
DisplayName |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
GivenName |
DT_WSTR
|
nvarchar(80)
|
80 | False |
|
JobTitle |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
DT_WSTR
|
nvarchar(200)
|
200 | False |
||
MobilePhone |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
OfficeLocation |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
PreferredLanguage |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
SurName |
DT_WSTR
|
nvarchar(80)
|
80 | False |
|
UserPrincipalName |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
Id |
DT_WSTR
|
nvarchar(4000)
|
4000 | 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 User by Id using API Source
Outlook Mail (Office 365)
Get User by Id

Get User by Id using API Destination
Outlook Mail (Office 365)
Get User by Id
