Skip to content

Retrieve the status of a user

GET
/api/v4/users/{user_id}/status

Retrieves the status of a user. You can access this endpoint without authentication.

user_id
required
string

The ID or username of the user

OK

Media type application/json
object
emoji
string
message
string
availability
string
message_html
string
clear_status_at
string
Example generated
{
"emoji": "example",
"message": "example",
"availability": "example",
"message_html": "example",
"clear_status_at": "example"
}

Bad Request

Not Found