PUT/people/{personId}/status/{statusId}.json
Update User Status
Updates the status for a specific user by passing in the user ID and then the specific status ID.
Path Params
- Name
personId
- Type
- string
- required
- Description
- Name
statusId
- Type
- string
- required
- Description
Request Examples
Example Request
PUT
/people/{personId}/status/{statusId}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}