POST/projects/{id}/people.json

Add/Remove People to existing Project

Add or remove users to an existing project.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      add
      Type
      object
    • Name
      remove
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "STATUS": "OK"
    }