Hi there, we are using version 2.5.0.beta3 and are having some problems creating a user via the API.
We would like to create a user and be able to post a topic straight away using the API without them having to click the confirmation link in the email.
We have tweaked the Active flag in various ways when creating a user but cannot seem to remove the need for the confirmation email.
{"errors":["You are not permitted to view the requested resource."],"error_type":"invalid_access"}
It looks like 2.5.0.beta3 was released on April 22, 2020 and the fix I made for this issue was released on April 14, 2020 so you should be able to create an active user via the API with a single request.
Can you verify your requests and response look similar to this curl command:
HTTP/1.1 200 OK
{
"success":true,
"active":false,
"message":"\u003cp\u003eYouΓÇÖre almost done! We sent an activation mail to \u003cb\u003e8fe87241ca91a69f5ccd@testemail.test\u003c/b\u003e. Please follow the instructions in the mail to activate your account.\u003c/p\u003e\u003cp\u003eIf it doesnΓÇÖt arrive, check your spam folder.\u003c/p\u003e",
"user_id":13
}