Hi, I’m getting this error message trying to creat...
# ory-network
f
Hi, I’m getting this error message trying to create an identity through the
POST /admin/identities
endpoint in my account:
Copy code
{
  "error": {
    "code": 500,
    "status": "Internal Server Error",
    "request": "48fb59f2-0374-9003-871e-c581a417a929",
    "reason": "Unable to parse validate JSON object against JSON schema.",
    "message": "An internal server error occurred, please contact the system administrator"
  }
}
FYI: the
GET /admin/identities
operation works fine.
b
The identity schema of the identity you're trying to create probably doesn't exist. Could you double check the ID specified?