mx_platform

Update member

Use this endpoint to update a members attributes. Only the credentials, id, and metadata parameters can be updated. To get a list of the required credentials for the member, use the list member credentials endpoint.

put/users/{user_guid}/members/{member_guid}

Path parameters

member_guidstring required

The unique id for a member.

user_guidstring required

The unique id for a user.

Request body

Example request

{
  "member": {
    "credentials": [
      {
        "guid": "CRD-27d0edb8-1d50-5b90-bcbc-be270ca42b9f",
        "value": "password"
      }
    ],
    "id": "unique_id",
    "metadata": "\\\"credentials_last_refreshed_at\\\": \\\"2015-10-15\\\""
  }
}

Response

OK

Changes