enterprise-api

users_invalid-field

Invalid Field

Type
https://problems.atlas.propertyfinder.com/users-invalid-field/
HTTP status
400 Bad Request
Retryable
No
Detail
A submitted field is not in a valid format. See the pointer for the offending field.

What to do

Correct the field indicated by the error pointer and resubmit.

Example response

An HTTP 400 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/users-invalid-field/",
  "title": "Invalid Field",
  "status": 400,
  "code": "users_invalid-field",
  "detail": "A submitted field is not in a valid format. See the pointer for the offending field."
}

Back to error catalog