Password for the new account. ASP.NET Identity defaults apply: minimum 6 characters, at least one uppercase letter, one digit, and one non-alphanumeric character.
Optional Base64-encoded profile image string. Must be in the format data:image/...;base64,.... The decoded image must not exceed 2 MB. If provided, the image is uploaded to Cloudinary and the resulting URL is stored on the user record.Supported MIME types:image/png, image/jpeg, image/gif, image/webp.
Returned when the caller’s token does not include the usuario.agregar permission. Obtain a token for an account that holds this permission and retry.
A 403 Forbidden response does not indicate an authentication failure — the token itself is valid. The caller’s profile simply lacks the required permission. Contact an administrator to update the profile’s permissions.
ASP.NET Identity enforces the following password policy by default:
Minimum 6 characters
At least one uppercase letter (A–Z)
At least one digit (0–9)
At least one non-alphanumeric character (e.g., !, @, #)
These defaults may be overridden in the application’s Identity configuration. Check with your API administrator if you receive unexpected PasswordRequires* errors.