Skip to main content

Update your member profile

PATCH 

/api/workspaces/:workspace_slug/member-profiles/me/

Self read + upsert on /me/.

The write path is structurally self-only: PATCH always resolves the requesting user's own row (get_or_create keyed on request.user), and there is deliberately NO endpoint to edit another member's profile. "Nobody edits others'" is enforced by URL topology, not a role check — admins and owners have no privileged write path here.

Request

Responses