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

Path Params

  • Name
    companyID
    Type
    integer
    required
    Description

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

Examples

200 OK

ProjectsStatus
{
  "STATUS": "string"
}