a686fddb4e0c
latestOpenAPI 3.1.12026-08-10130601.0 MBEdit User Profile
API to edit (add/remove) properties and communication-channels for a user.
patch/v1/user/{distinct_id}/
Path parameters
distinct_idstring required
unique identifier of the user
Request body
Response
202
Example response
{
"distinct_id": "_distinct_id_",
"created_at": "2025-04-04T09:55:12.397Z",
"updated_at": "2025-04-04T09:55:12.422Z",
"$<channel>": [
{
"status": "active"
}
]
}