---
title: "Create managed member"
method: POST
path: "/users/{user_guid}/managed_members"
tags: ["mx_platform"]
---

# Create managed member

`POST /users/{user_guid}/managed_members`

Use this endpoint to create a new partner-managed `member`.

## Path parameters

- `user_guid` string, required

## Request body

- ManagedMemberCreateRequestBody
  - `member` ManagedMemberCreateRequest
    - `id` string
    - `institution_code` string, required
    - `metadata` string
    - `name` string

## Response `202`

OK

## Changes

> 28 revisions in range; 1 not diffed.

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

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/managed_members/post.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/05d60669a599/schema)
