Response returned after updating custom telemetry or business attributes for a user token.
const attrResult: UserAttributesUpdateResult = { ok: true, updatedAt: '2026-09-01T10:00:00.000Z',}; Copy
const attrResult: UserAttributesUpdateResult = { ok: true, updatedAt: '2026-09-01T10:00:00.000Z',};
True if user attributes were saved successfully.
ISO 8601 timestamp of the update.
Response returned after updating custom telemetry or business attributes for a user token.
Example