---
title: "Update member"
method: PUT
path: "/users/{user_guid}/members/{member_guid}"
tags: ["mx_platform"]
---

# Update member

`PUT /users/{user_guid}/members/{member_guid}`

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.

## Path parameters

- `member_guid` string, required
- `user_guid` string, required

## Request body

- MemberUpdateRequestBody
  - `member` MemberUpdateRequest
    - `background_aggregation_is_disabled` boolean
    - `credentials` CredentialRequest[]
      - `guid` string
      - `value` string
    - `id` string
    - `metadata` string
    - `skip_aggregation` boolean

## Response `200`

OK

## Changes

> 29 revisions in range; 1 not diffed.

- **2024-07-05** `aa1e745b49da` — 3 info
  - added the optional property `member/is_manual` to the response with the `200` status
  - added the optional property `member/most_recent_job_detail_code` to the response with the `200` status
  - added the optional property `member/most_recent_job_detail_text` to the response with the `200` status

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/members/:member_guid/put.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/bd74a0a2d8a9/schema)
