Team Members

Update a Team Member

Update a TeamMember using this action. It requires a JSON object containing an TeamMember.

put/v1/team_members/{id}

Request body

idnumber required

The ID of the TeamMember to update.

namestring

The name of the TeamMember user.

emailstring

The email address of the TeamMember user.

Response

OK

Changes

Changed in 2 of the 30 revisions of this API.13

    • added the new optional request property department_permissions/items/permissions/pathways

      new-optional-request-property

    • added the media type application/json for the response with the status 200

      response-media-type-added

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added