Crear usuario mediante REST-API, no parece estar funcionando

The message here is somewhat misleading; active:false indicates the user was not created but already existed.

Check to ensure there isn’t already a user with the same email address, especially if normalize_emails is enabled.

3 Me gusta