Getting “403 – You are not allowed to access this resource” Error in Published REST POST API

0
Hi everyone, I’m facing an issue while testing my Published REST POST API in Mendix. Whenever I send a request, I get the following response: { "error": { "code": "403", "message": "You are not allowed to access this resource." } } Log: The API is published correctly and the endpoint is reachable, but it seems like an authorization or permission issue. I’ve already checked: The request body and headers are correct. The user role has access to the microflow used in the API. The security level of the app is set to “Production”. Still, I’m getting the same 403 Forbidden error. Has anyone faced this before or knows what settings might be missing?Any suggestions would be greatly appreciated.
asked
2 answers
0

Hi Ajinkya Bobade,

 

it seems to be a password issue, Check you request body, whether password is sent or not while creating account. If not you need to pass the password.

answered
0

Hi  Ajinkya ,

 

Please check that you are sending the Password as empty 

answered