profile

List all LinkedIn accounts for the authenticated user

Returns all LinkedIn accounts connected by the user. Each account has credentials and profile info. The isCurrent flag indicates which account the current API token is bound to.

get/me/linkedin/accounts

Response

List of LinkedIn accounts

successtrue required
totalinteger required
isOwnerboolean required

True when the caller owns the workspace, in which case accounts spans the whole workspace rather than just their own.

creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.

Changes

Changed in 3 of the 11 revisions of this API.3118

    • removed the required property _meta/credits/accountPlan from the response with the 200 status

      response-required-property-removed

    • removed the required property accounts/items/creditsCount from the response with the 200 status

      response-required-property-removed

    • removed the required property accounts/items/creditsLimit from the response with the 200 status

      response-required-property-removed

    • added the new pacing enum value to the error/quotaKind response property for the response status 400

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 401

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 403

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 404

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 409

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 410

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 422

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 429

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 500

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 502

      response-property-enum-value-added

    • added the new pacing enum value to the error/quotaKind response property for the response status 503

      response-property-enum-value-added

    • added the optional property _meta to the response with the 200 status

      response-optional-property-added

    • added the optional property accounts/items/owner to the response with the 200 status

      response-optional-property-added

    • added the optional property accounts/items/ownerUserId to the response with the 200 status

      response-optional-property-added

    • added the optional property accounts/items/repeatDisconnect to the response with the 200 status

      response-optional-property-added

    • added the optional property accounts/items/salesNavSeatLastProbedAt to the response with the 200 status

      response-optional-property-added

    • added the optional property accounts/items/salesNavSeatStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property accounts/items/simulateWrites to the response with the 200 status

      response-optional-property-added

    • added the required property isOwner to the response with the 200 status

      response-required-property-added

Of the 11 revisions, 1 has no diff computed.