> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Landing Page Pin For Associate

> Pin or unpin an entity or selection on the landing page identified by associate and entity table.

Creates the landing page row if it does not exist.
NsApiSlow threshold: 5000 ms.
<para />## Experimental: ## This method is experimental, subject to change, and not intended for partners.



## OpenAPI

````yaml /openapi/agent/openapi-v3-ConfigurationAgent.json post /api/v1/Agents/Configuration/SetLandingPagePinForAssociate
openapi: 3.0.0
info:
  version: v1-Agents
  title: SuperOffice Agent API v1
  description: SuperOffice Agent API - ConfigurationAgent
  contact:
    name: SuperOffice DevNet
    url: https://docs.superoffice.com/en/api/index.html
    email: sdk@superoffice.com
servers:
  - url: http://localhost:56350
  - url: https://localhost:56350
security: []
tags: []
externalDocs:
  description: >-
    The SuperOffice DevNet Community has more documentation, examples, and
    discussion forums.
  url: https://community.superoffice.com/en/developer/
paths:
  /api/v1/Agents/Configuration/SetLandingPagePinForAssociate:
    post:
      tags:
        - Configuration_Agent
      summary: Set Landing Page Pin For Associate
      description: "Pin or unpin an entity or selection on the landing page identified by associate and entity table.\n\nCreates the landing page row if it does not exist.\r\nNsApiSlow threshold: 5000 ms.\r\n<para />## Experimental: ## This method is experimental, subject to change, and not intended for partners."
      operationId: v1ConfigurationAgent_SetLandingPagePinForAssociate
      parameters:
        - name: $select
          in: query
          description: >-
            Optional comma separated list of properties to include in the
            result. Other fields are then nulled out to reduce payload size:
            "Name,department,category". Default = show all fields.
          required: false
          schema:
            type: string
        - name: SO-AppToken
          in: header
          description: >-
            The application token that identifies the partner app. Used when
            calling Online WebAPI from a server.
          required: false
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ConfigurationCarriers.SetLandingPagePinForAssociateRequest
          text/json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ConfigurationCarriers.SetLandingPagePinForAssociateRequest
          application/xml:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ConfigurationCarriers.SetLandingPagePinForAssociateRequest
          text/xml:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ConfigurationCarriers.SetLandingPagePinForAssociateRequest
          application/x-www-form-urlencoded:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ConfigurationCarriers.SetLandingPagePinForAssociateRequest
          application/json-patch+json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ConfigurationCarriers.SetLandingPagePinForAssociateRequest
          application/merge-patch+json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ConfigurationCarriers.SetLandingPagePinForAssociateRequest
        description: Pin, AssociateId, EntityTableName, PinTableName, RecordId
        required: true
      responses:
        '204':
          description: No Content
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components:
  schemas:
    SuperOffice.WebApi.v1.Carriers.ConfigurationCarriers.SetLandingPagePinForAssociateRequest:
      description: >-
        SetLandingPagePinForAssociate: Pin or unpin an entity or selection on
        the landing page identified by associate and entity table. Creates the
        landing page row if it does not exist.
      type: object
      properties:
        Pin:
          type: boolean
        AssociateId:
          format: int32
          type: integer
        EntityTableName:
          type: string
        PinTableName:
          type: string
        RecordId:
          format: int32
          type: integer

````

## Related topics

- [SuperOffice.WebApi.Data.Configuration SetLandingPagePinForAssociateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_SetLandingPagePinForAssociateRequest.md)
- [SuperOffice.WebApi.Agents.IConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IConfigurationAgent.md)
- [SuperOffice.WebApi.Agents.ConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ConfigurationAgent.md)
- [WebAPI changes in SuperOffice 12.0](/release-notes/12/api/changes-webapi-12.0.342.0.md)
- [NSDash](/en/automation/crmscript/reference/CRMScript.NetServer.NSDash.md)
- [landing_page_tab table](/en/database/tables/landing-page-tab.md)
