POST/projects/{projectId}/people/{personId}.json
Add a New User to a Project
Add a user to a project. Default permissions setup in Teamwork will be used.
Path Params
- Name
projectId
- Type
- integer
- required
- Description
- Name
personId
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}