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.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”user_id
required
string
The ID or username of the user
Responses
Section titled “Responses”OK
Media typeapplication/json
object
emoji
string
message
string
availability
string
message_html
string
clear_status_at
string
Examplegenerated
{ "emoji": "example", "message": "example", "availability": "example", "message_html": "example", "clear_status_at": "example"}Bad Request
Not Found