Home
Website
User Documentation
Developer Documentation
Enterprise Plan
Plans and Pricing
Login
Contents
x
Rocket.Chat API
Query Parameters
Permissions and Roles
HTTP Response Codes
Try the API
Authentication
User Management
Rooms
Messaging
Omnichannel
Integrations
Notifications
Content Management
Statistics
Settings
Marketplace Apps
Miscellaneous
Livechat Widget API
Realtime API
Schema Definition
Deprecated Endpoints
Deprecated Parameters
Powered by
Users
3 Articles
in this category
Print
Dark
Light
Contents
Users
3 Articles
in this category
Dark
Light
Set User Presence (Realtime)
Set the user presence status. By default, there are four different statuses available in your workspace: online busy away offline Set default user presence status /Payload parameters Example call { "msg": "meth...
Set User Password (Realtime)
The workspace administrator must enable the Require password change field for the user. Payload parameters Example call { "msg": "method", "method": "setUserPassword", "id": "2", "params": [ "pass123" ...
Get User Roles (Realtime)
Get the role(s) of a user in a room. It can be used to identify key users in the workspace. Example call { "msg": "method", "method": "getUserRoles", "id": "42", "params": [] } Example response { "msg": "result", "...
Change password!
Changing your password will log you out immediately. Use the new password to log back in.
Current password
Current password is required
New password
New password must be at least 8 characters long. It should contain at least one upper and lower case letter, number, and a special character.
Confirm password
Confirm password must be at least 8 characters long. It should contain at least one upper and lower case letter, number, and a special character.
Confirm password should be same as new password
Update
Change profile
Success!
First Name
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last Name
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
New email
Enter a valid email
Re-enter your password
Enter a valid password
Your profile has been successfully updated.
Update
Logout