Profiles
Query profile information of LinkedIn members.
Select
The Profiles view supports filtering only on the Id column and only with the = and IN operators, which are both processed server-side. Refer to the query examples below:
SELECT * FROM Profiles WHERE Id = 'XXXXXXXXXX'; SELECT * FROM Profiles WHERE Id IN ('XXXXXXXXXX', 'YYYYYYYYYY');
Note: Your OAuth tokenRequires the r_basicprofile scope.
Columns
Name | Type | Description |
Id [KEY] | String | The unique identifier of the member's profile. |
FirstName | String | The first name of the member's profile. |
LastName | String | The last name of the member's profile. |
MaidenName | String | The maiden name of the member's profile. |
Headline | String | The headline of the member's profile. Often this is the job title. |
VanityName | String | The vanity name of the member's profile. |
PictureAssetURN | String | The digital media asset URN for the picture of the member's profile. |