Team Members

Create a Team Member

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

post/v1/team_members

Request body

namestring required

The name of the TeamMember user.

emailstring required

The email address of the TeamMember user.

Response

OK

Changes

Changed in 4 of the 30 revisions of this API.114

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

      new-optional-request-property

    • added the optional property team_member/department_permissions/items/permissions/pathways to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

  • 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