Enums§
- GetUser
Status Error - struct for typed errors of method
get_user_status
- GetUsers
Statuses ByIds Error - struct for typed errors of method
get_users_statuses_by_ids
- Post
User Recent Custom Status Delete Error - struct for typed errors of method
post_user_recent_custom_status_delete
- Remove
Recent Custom Status Error - struct for typed errors of method
remove_recent_custom_status
- Unset
User Custom Status Error - struct for typed errors of method
unset_user_custom_status
- Update
User Custom Status Error - struct for typed errors of method
update_user_custom_status
- Update
User Status Error - struct for typed errors of method
update_user_status
Functions§
- get_
user_ status - Get user status by id from the server. ##### Permissions Must be authenticated.
- get_
users_ statuses_ by_ ids - Get a list of user statuses by id from the server. ##### Permissions Must be authenticated.
- post_
user_ recent_ custom_ status_ delete - Deletes a user’s recent custom status by removing the specific status from the recentCustomStatuses in the user’s props and updates the user. ##### Permissions Must be logged in as the user whose recent custom status is being deleted.
- remove_
recent_ custom_ status - Deletes a user’s recent custom status by removing the specific status from the recentCustomStatuses in the user’s props and updates the user. ##### Permissions Must be logged in as the user whose recent custom status is being deleted.
- unset_
user_ custom_ status - Unsets a user’s custom status by updating the user’s props and updates the user ##### Permissions Must be logged in as the user whose custom status is being removed.
- update_
user_ custom_ status - Updates a user’s custom status by setting the value in the user’s props and updates the user. Also save the given custom status to the recent custom statuses in the user’s props ##### Permissions Must be logged in as the user whose custom status is being updated.
- update_
user_ status - Manually set a user’s status. When setting a user’s status, the status will remain that value until set "online" again, which will return the status to being automatically updated based on user activity. ##### Permissions Must have
edit_other_users
permission for the team.