Liking cljdoc? Tell your friends :D

intercom-clj.users


allclj

(all & {:keys [retries-per-page page-limit] :or {retries-per-page 10}})

Receives all users by iterating all users pages Use page-limit to limit the number of scroll iterations Uses the scroll API docs: https://developers.intercom.com/intercom-api-reference/v1.0/reference#iterating-over-all-users

Receives all users by iterating all users pages
Use page-limit to limit the number of scroll iterations
Uses the scroll API
docs: https://developers.intercom.com/intercom-api-reference/v1.0/reference#iterating-over-all-users
sourceraw docstring

createclj

(create criteria)

Create or updates a user

Create or updates a user
sourceraw docstring

deleteclj

(delete criteria)

Deletes a user from Intercom criteria examples: {:user_id 123} or {:email 'my@email.com'}

Deletes a user from Intercom
criteria examples: {:user_id 123} or {:email 'my@email.com'}
sourceraw docstring

delete-by-idclj

(delete-by-id id)

Deletes a user from Intercom by Intercom user ID

Deletes a user from Intercom by Intercom user ID
sourceraw docstring

listclj

(list)
(list args)
lists users
For arguments see https://developers.intercom.com/reference#list-users
sourceraw docstring

scrollclj

(scroll)
(scroll scroll-param)
scrolls users
docs: https://developers.intercom.com/intercom-api-reference/v1.0/reference#iterating-over-all-users
sourceraw docstring

showclj

(show criteria)

View a specific user by user_id or email fields criteria examples: {:user_id 123} or {:email 'my@email.com'}

View a specific user by user_id or email fields
criteria examples: {:user_id 123} or {:email 'my@email.com'}
sourceraw docstring

show-by-idclj

(show-by-id id)

View a specific user by Intercom user ID

View a specific user by Intercom user ID
sourceraw docstring

updateclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close