PUT
/
api
/
external
/
v2
/
users
/
{id}
{
  "user": {
    "created_at": "2021-01-01T00:00:00Z",
    "email": "john.doe@example.com",
    "id": 123,
    "updated_at": "2021-01-01T00:00:00Z"
  }
}

Path Parameters

id
string
required

(Required)

Example:

"adipisicing nostrud dolor"

Body

application/json

Response

200
application/json

User was updated

The response is of type object.