Set current user status

This method sets the status of the currently authenticated user

Try this request in your browser

/api/ /users/set_status

Headers

X-API-Token

Parameters

status String

The request output will be shown here...

URL

https://api.natterly.com/api/v1/users/set_status

Access

Must be authenticated as a user. If not authorised, a MustBeAuthenticated error will be returned.

Parameters

Parameter Type Default

status Required

The new status for the user (suitable values: Offline, Invisible, Visible)

String null

Errors

There are no action-specific errors which can be raised.

Response Data

This action will return a Boolean.