> ## 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.

# Put Project Member

> Updates the existing ProjectMember

NsApiSlow threshold: 2000 ms.



## OpenAPI

````yaml /openapi/rest/openapi-v3-ProjectMember.json put /api/v1/ProjectMember/{id}
openapi: 3.0.0
info:
  version: v1-REST
  title: SuperOffice REST API v1
  description: SuperOffice REST API - ProjectMember
  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/ProjectMember/{id}:
    put:
      tags:
        - ProjectMember
      summary: Put Project Member
      description: |-
        Updates the existing ProjectMember

        NsApiSlow threshold: 2000 ms.
      operationId: v1ProjectMember_PutProjectMember
      parameters:
        - name: id
          in: path
          description: The ProjectMember id to update.
          required: true
          schema:
            type: integer
            format: int32
        - 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: Accept-Language
          in: header
          description: >-
            Convert string references and multi-language values into a specified
            language (iso2) code.
          required: false
          schema:
            type: string
        - name: SO-Language
          in: header
          description: >-
            Convert string references and multi-language values into a specified
            language (iso2) code. Overrides Accept-Language value.
          required: false
          schema:
            type: string
        - name: SO-Culture
          in: header
          description: >-
            Number, date formatting in a specified culture (iso2 language) code.
            Partially overrides SO-Language/Accept-Language value. Ignored if no
            Language set.
          required: false
          schema:
            type: string
        - name: SO-TimeZone
          in: header
          description: >-
            Specify the timezone code that you would like date/time responses
            converted to.
          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:
        $ref: '#/components/requestBodies/SuperOffice.CRM.Services.ProjectMember'
      responses:
        '200':
          description: ProjectMember updated.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/SuperOffice.WebApi.v1.Carriers.ProjectCarriers.ProjectMemberWithLinks
            text/json:
              schema:
                $ref: >-
                  #/components/schemas/SuperOffice.WebApi.v1.Carriers.ProjectCarriers.ProjectMemberWithLinks
            application/xml:
              schema:
                $ref: >-
                  #/components/schemas/SuperOffice.WebApi.v1.Carriers.ProjectCarriers.ProjectMemberWithLinks
            text/xml:
              schema:
                $ref: >-
                  #/components/schemas/SuperOffice.WebApi.v1.Carriers.ProjectCarriers.ProjectMemberWithLinks
            application/json-patch+json:
              schema:
                $ref: >-
                  #/components/schemas/SuperOffice.WebApi.v1.Carriers.ProjectCarriers.ProjectMemberWithLinks
            application/merge-patch+json:
              schema:
                $ref: >-
                  #/components/schemas/SuperOffice.WebApi.v1.Carriers.ProjectCarriers.ProjectMemberWithLinks
        '400':
          description: Bad request. Entity to save is not in request body.
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components:
  requestBodies:
    SuperOffice.CRM.Services.ProjectMember:
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/SuperOffice.CRM.Services.ProjectMember'
        text/json:
          schema:
            $ref: '#/components/schemas/SuperOffice.CRM.Services.ProjectMember'
        application/xml:
          schema:
            $ref: '#/components/schemas/SuperOffice.CRM.Services.ProjectMember'
        text/xml:
          schema:
            $ref: '#/components/schemas/SuperOffice.CRM.Services.ProjectMember'
        application/x-www-form-urlencoded:
          schema:
            $ref: '#/components/schemas/SuperOffice.CRM.Services.ProjectMember'
        application/json-patch+json:
          schema:
            $ref: '#/components/schemas/SuperOffice.CRM.Services.ProjectMember'
        application/merge-patch+json:
          schema:
            $ref: '#/components/schemas/SuperOffice.CRM.Services.ProjectMember'
      description: The ProjectMember to be saved.
      required: true
  schemas:
    SuperOffice.WebApi.v1.Carriers.ProjectCarriers.ProjectMemberWithLinks:
      description: "A person can be a member of multiple projects, with a different comment and member type in each project.\r\n<para />\r\nProjectMember entity with API _Links added."
      type: object
      properties:
        ProjectmemberId:
          format: int32
          description: Primary key
          type: integer
        ContactId:
          format: int32
          description: Contact ID of person who is the project member
          type: integer
        ProjectId:
          format: int32
          description: Parent project - the project this project member belongs to.
          type: integer
        ContactName:
          description: Contact name
          type: string
        ContactDepartment:
          description: Contact department
          type: string
        ProjectName:
          description: Name of the project this project member belongs to.
          type: string
        EmailId:
          format: int32
          description: The person's email address id
          type: integer
        EmailAddress:
          description: The e-mail address
          type: string
        CountryId:
          format: int32
          description: Country
          type: integer
        Firstname:
          description: First name
          type: string
        MiddleName:
          description: Middle name or 'van' etc.
          type: string
        Lastname:
          description: Last name
          type: string
        PersonId:
          format: int32
          description: The person's id - primary key
          type: integer
        Mrmrs:
          description: e.g. Mrs, Dr, Ms.
          type: string
        ProjectMemberTypeName:
          description: 'The projectmembers type name: ''secretary'', ''member'', etc.'
          type: string
        Phone:
          description: Phone number
          type: string
        PhoneId:
          format: int32
          description: The phone id
          type: integer
        ProjectMemberTypeId:
          format: int32
          description: "ProjectMember Type Id - from the ProjectMemberType list. \r\n<para>Use MDO List name \"PMembType\" to get list items.</para>"
          type: integer
        EmailAddressName:
          description: The e-mail address description
          type: string
        Comment:
          description: Comment text on the project membership
          type: string
        FullName:
          description: >-
            The person's full name localized to the current culture/country. 
            (internal name used in clients for employees)
          type: string
        Registered:
          format: date-time
          description: The date and time when the project member was registered  in UTC.
          type: string
        Updated:
          format: date-time
          description: The date and time when the project member was last updated  in UTC.
          type: string
        EventParticipantStatus:
          description: Reserved field for Lyyti event participants.
          enum:
            - NotAnEvent
            - NotReacted
            - ReactedNo
            - ReactedYes
            - Show
            - NoShow
          type: string
        TableRight:
          $ref: '#/components/schemas/SuperOffice.CRM.Security.TableRight'
        FieldProperties:
          description: >-
            Field property dictionary mapping field names to field access
            rights.
          type: object
          additionalProperties:
            $ref: '#/components/schemas/SuperOffice.CRM.Security.FieldProperty'
        _Links:
          type: object
          additionalProperties:
            type: string
    SuperOffice.CRM.Services.ProjectMember:
      description: "A person can be a member of multiple projects, with a different comment and member type in each project.\r\n<para />\r\nCarrier object for ProjectMember.\r\nServices for the ProjectMember Carrier is available from the <see cref=\"T:SuperOffice.CRM.Services.IProjectAgent\">Project Agent</see>."
      type: object
      properties:
        ProjectmemberId:
          format: int32
          description: Primary key
          type: integer
        ContactId:
          format: int32
          description: Contact ID of person who is the project member
          type: integer
        ProjectId:
          format: int32
          description: Parent project - the project this project member belongs to.
          type: integer
        ContactName:
          description: Contact name
          type: string
        ContactDepartment:
          description: Contact department
          type: string
        ProjectName:
          description: Name of the project this project member belongs to.
          type: string
        EmailId:
          format: int32
          description: The person's email address id
          type: integer
        EmailAddress:
          description: The e-mail address
          type: string
        CountryId:
          format: int32
          description: Country
          type: integer
        Firstname:
          description: First name
          type: string
        MiddleName:
          description: Middle name or 'van' etc.
          type: string
        Lastname:
          description: Last name
          type: string
        PersonId:
          format: int32
          description: The person's id - primary key
          type: integer
        Mrmrs:
          description: e.g. Mrs, Dr, Ms.
          type: string
        ProjectMemberTypeName:
          description: 'The projectmembers type name: ''secretary'', ''member'', etc.'
          type: string
        Phone:
          description: Phone number
          type: string
        PhoneId:
          format: int32
          description: The phone id
          type: integer
        ProjectMemberTypeId:
          format: int32
          description: "ProjectMember Type Id - from the ProjectMemberType list. \r\n<para>Use MDO List name \"PMembType\" to get list items.</para>"
          type: integer
        EmailAddressName:
          description: The e-mail address description
          type: string
        Comment:
          description: Comment text on the project membership
          type: string
        FullName:
          description: >-
            The person's full name localized to the current culture/country. 
            (internal name used in clients for employees)
          type: string
        Registered:
          format: date-time
          description: The date and time when the project member was registered  in UTC.
          type: string
        Updated:
          format: date-time
          description: The date and time when the project member was last updated  in UTC.
          type: string
        EventParticipantStatus:
          description: Reserved field for Lyyti event participants.
          enum:
            - NotAnEvent
            - NotReacted
            - ReactedNo
            - ReactedYes
            - Show
            - NoShow
          type: string
        TableRight:
          $ref: '#/components/schemas/SuperOffice.CRM.Security.TableRight'
        FieldProperties:
          description: >-
            Field property dictionary mapping field names to field access
            rights.
          type: object
          additionalProperties:
            $ref: '#/components/schemas/SuperOffice.CRM.Security.FieldProperty'
    SuperOffice.CRM.Security.TableRight:
      description: "Wraps a table right together with an explanatory reason.\r\nCode can indicate why access is restricted."
      type: object
      properties:
        Mask:
          type: string
        Reason:
          type: string
    SuperOffice.CRM.Security.FieldProperty:
      description: >-
        Class holding properties like field length, field type about a field in
        the carrier.
      type: object
      properties:
        FieldRight:
          $ref: '#/components/schemas/SuperOffice.CRM.Security.FieldRight'
        FieldType:
          type: string
        FieldLength:
          format: int32
          description: ''
          type: integer
    SuperOffice.CRM.Security.FieldRight:
      description: "Wraps the field right together with an explanatory reason.\r\nAlso adds logical operators to the field rights so that they can be easily combined."
      type: object
      properties:
        Mask:
          type: string
        Reason:
          type: string

````

## Related topics

- [Put Project Entity](/en/api/reference/restful/rest/project/put-project-entity.md)
- [Put Project Status](/en/api/reference/restful/rest/list_projectstatus/put-project-status.md)
- [Put Project Type](/en/api/reference/restful/rest/list_projecttype/put-project-type.md)
- [Put All Project Status](/en/api/reference/restful/rest/list_projectstatus/put-all-project-status.md)
- [Put All Project Type](/en/api/reference/restful/rest/list_projecttype/put-all-project-type.md)
- [Put Project Status Headings](/en/api/reference/restful/rest/list_projectstatus/put-project-status-headings.md)
