salesContracts
This is a resource representing a sales contract.
Methods
contractsByMember
Find all contracts where user has an active seat.
GET /salesContracts?q=contractsByMember
Response body
Sample Request
curl -X GET 'https://api.linkedin.com/v2/salesContracts?q=contractsByMember' \
-H 'Authorization: Bearer AQXt...' \
-H 'X-RestLi-Protocol-Version=2.0.0'
Sample Response
{
"elements": [
{
"contract": "urn:li:contract:123456",
"name": "North America Sales Team",
"description": "Organic american apparel eiusmod, high life craft beer mollit polaroid lo-fi sed culpa.",
"hasReportingAccess": true
},
{
"contract": "urn:li:contract:1234560",
"name": "EMEA Sales-EnterpriseLicense",
"description": "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
"hasReportingAccess": false
}
],
"paging": {
"count": 10,
"start": 0,
"links": []
}
}
Definitions
Contract
Represents a Sales Navigator contract. See Concepts - Contracts to learn more about the concept of contracts.
Field | Description | Type | Optional |
---|---|---|---|
contract | The urn of this Sales navigator contract | ContractUrn | false |
name | The name of this contract, appropriate for display to an end-user | string | false |
description | A description providing additional information about the contract | string | true |
hasReportingAccess | Indicates whether the user can export data for this contract | boolean | false |
ContractUrn
A Sales Navigator contract granting a group of members access to subscription.
Reference Type: string