Skip to main content
PUT
Update a user

Authorizations

Authorization
string
header
required

A scoped Integration key, prefixed cint_. Send as Authorization: Bearer cint_... on every request. Server-side only. Legacy personal cmem_... keys remain accepted during migration; team/org-scoped cmem_... keys are not valid on this API.

Path Parameters

endUserId
string
required

Your stable internal user ID (1-128 chars of A-Za-z0-9@._-). Your stable internal user ID. No colon allowed.

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9@._-]{1,128}$
Example:

"u_123"

Body

application/json
name
string | null

Display name, or null to clear.

Maximum string length: 120
email
string | null

Contact email, or null to clear.

Maximum string length: 254

Response

Identity stored.

success
boolean
required