Rocket.Chat.Java.SDK
Rocket.Chat.Java.SDK copied to clipboard
[NEW] User registration
Description
We need to support the API to register a new user.
Documentation: https://docs.rocket.chat/developer-guides/rest-api/users/create.
Progress
- [ ] Registration of the user;
- [ ] Support to custom fields;
- [ ] Unit tests;
The documentation link is broken...
@filipedelimabrito Fixed now.
You'll need to use https://rocket.chat/docs/developer-guides/rest-api/users/register as users.create is for administrators to create new users, not people to register.