Rocket.Chat.Java.SDK icon indicating copy to clipboard operation
Rocket.Chat.Java.SDK copied to clipboard

[NEW] User registration

Open rafaelks opened this issue 8 years ago • 3 comments

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;

rafaelks avatar Oct 10 '17 13:10 rafaelks

The documentation link is broken...

philipbrito avatar Oct 25 '17 04:10 philipbrito

@filipedelimabrito Fixed now.

rafaelks avatar Oct 25 '17 09:10 rafaelks

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.

graywolf336 avatar Dec 04 '17 14:12 graywolf336