API: https://####.us.auth0.com/api/v2/jobs/verification-email
RESPONSE: {
“statusCode”: 400,
“error”: “Bad Request”,
“message”: “The identity field is not currently enabled for this tenant”,
“errorCode”: “operation_not_supported”
}
but, it is working on UI part.
Could you please send an example request body so that I can look into this further? You can use fake data for the property values to keep that info concealed.
I also have this problem when i include the identity json, here’s mine:
{
“user_id”: “auth0|5ff4d819e00a83006e89eedb”,
“identity”: {
“user_id”: “5ff4d819e00a83006e89eedb”,
“provider”: “auth0”
}
}
I tried all users i created on “users & roles” dashboard, but nothing works,
this also occurs on /api/v2/tickets/email-verification
and may i know what’s the difference between job/email-verification vs tickets/email-verification
It looks like since it is a database connection, you don’t need to send the identity parameter. If you just send the user_id and optionally the application client_id, the job will be created.