POST/projects/{id}/roles.json

Add a Role to a Project

Add a role to a specific project.


Path Params

  • Name
    id
    Type
    integer
    required
    Description

Body Params

    • Name
      role
      Type
      object

    Request Examples

    Example Request

    POST
    /projects/{id}/roles.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      201
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": 1234,
      "STATUS": "OK"
    }