PUT/spaces/api/v1/companies/{companyID}/movepeople.json
Updates the company user/s are assigned to
Status codes match existing proxy behaviour, of 200, or 500
Request Examples
Example Request
PUT
/spaces/api/v1/companies/{companyID}/movepeople.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
ProjectsStatus is the response from projects.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
ProjectsStatus
{
"STATUS": "string"
}