(find-all-users & {:keys [keywords limit offset page] :as params})
Finds all Users whose name or username match the keywords parameter.
Finds all Users whose name or username match the keywords parameter.
(get-user user-id & {:keys [fields] :as params})
Retrieves a User by id. Use SELF to retrieve the user associated with the OAuth credentials
Retrieves a User by id. Use __SELF__ to retrieve the user associated with the OAuth credentials
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close