1 parent f5b3536 commit 5f2b5a0Copy full SHA for 5f2b5a0
1 file changed
docs/index.rst
@@ -46,7 +46,7 @@ Intercom documentation: `Create or Update Users <https://developers.intercom.io/
46
::
47
48
from intercom import User
49
- User.create(id='1234', email='[email protected]')
+ User.create(user_id='1234', email='[email protected]')
50
51
Updating the Last Seen Time
52
+++++++++++++++++++++++++++
0 commit comments