[RESOLVED] Plone 5.2 REST API: setting groups during user creation?

AFAICS, unlike what can be done TTW, setting groups during user creation through plone.restapi is not provided:

  • the documentation about user creation doesn't mention any way for setting the groups the new user should belongs to,
  • OK, it is always possible to update a group afterwards thanks to the users object which is a mapping of a user_id and a boolean indicating adding or removing from the group.

But am I missing something?

Two completely different concerns, two API calls.

Sounds quite reasonable :slight_smile: