v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBuser statuses
Set user status
Creates a new status for a user.
post/users/{user_id}/statuses
Path parameters
user_idinteger required
The ID of the user.
Response
The status was created or updated successfully.
Example response
{
"assignable_id": 4,
"created_at": "2013-09-12T14:33:05Z",
"id": 1,
"message": "Hacking away",
"status": "ITO",
"updated_at": "2013-09-12T14:33:05Z",
"user_id": 1
}