---
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

> 42 revisions in range; 1 not diffed.

- **2025-06-03** `b904662f5441` — 2 breaking, 2 warning, 4 info
  - the `member/most_recent_job_detail_code` response's property type changed from `string` to `integer` for status `200`
  - the `member/most_recent_job_detail_text` response's property type changed from `string` to `boolean` for status `200`
  - added the new `MONEY_MOVEMENT` enum value to the `member/use_cases/items/` response property for the response status `200`
  - added the new `PFM` enum value to the `member/use_cases/items/` response property for the response status `200`
  - …4 more
- **2025-02-25** `4be9949eced5` — 1 warning, 1 info
  - removed the optional property `member/actionable_error` from the response with the `200` status
  - added the optional property `member/error` to the response with the `200` status
- **2025-01-31** `e30404c3be80` — 2 breaking
  - the response property `member/actionable_error` became nullable for the status `200`
  - the `member/actionable_error` response's property type changed from no type to `string` for status `200`
- **2025-01-29** `e3b4edfc1508` — 1 info
  - added the optional property `member/actionable_error` to the response with the `200` status
- **2024-11-27** `ce6cd376645c` — 1 breaking
  - the response property `member/use_cases` became nullable for the status `200`

[Full 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/22b9fde3dcdb/schema)
