Liking cljdoc? Tell your friends :D

milia.api.user


allclj/s

(all)

return all users

return all users
sourceraw docstring

change-email-addressclj/s

(change-email-address username email-address password)

Change the user's email address. This requires a password so that the API can successful update the authentication digest and email can be used to login.

Change the user's email address. This requires a password so that the API
can successful update the authentication digest and email can be used to
login.
sourceraw docstring

change-passwordclj/s

(change-password username current-password new-password)

Change user password

Change user password
sourceraw docstring

createclj/s

(create params)

Create a new user.

Create a new user.
sourceraw docstring

expire-temp-tokenclj/s

(expire-temp-token)

Expire the user's temporary token.

Expire the user's temporary token.
sourceraw docstring

generate-odk-tokenclj/s

(generate-odk-token)
source

getclj/s

(get username)

Return the user for this username

Return the user for this username
sourceraw docstring

get-by-emailclj/s

(get-by-email email)

Return the users that match this email address

Return the users that match this email address
sourceraw docstring

get-invoicesclj/s

(get-invoices username)
source

get-profiles-for-list-of-usersclj/s

(get-profiles-for-list-of-users users)

Return the profile for the account username or the passed username.

Return the profile for the account username or the passed username.
sourceraw docstring

get-subscriptionclj/s

(get-subscription username)
source

get-subscription-paymentclj/s

(get-subscription-payment username)
source

google-sheet-authorizationclj/s

(google-sheet-authorization code redirect_uri)

Send a code to authorize a user to use google sheets

Send a code to authorize a user to use google sheets
sourceraw docstring

patchclj/s

(patch username params & {:keys [suppress-4xx-exceptions?]})
source

profileclj/s

(profile username)

Return the profile for the account username or the passed username.

Return the profile for the account username or the passed username.
sourceraw docstring

reset-passwordclj/s

(reset-password new-password token uid & {:keys [suppress-4xx-exceptions?]})
source

retrieve-metadataclj/s

(retrieve-metadata username)
source

send-verification-emailclj/s

(send-verification-email username & [redirect-url])
source

trigger-password-reset-emailclj/s

(trigger-password-reset-email email reset-url)
(trigger-password-reset-email email reset-url reset-subject)

Trigger a password reset email to the given email and given return URL. Also takes an optional subject for the email message.

Trigger a password reset email to the given email and given return URL.
Also takes an optional subject for the email message.
sourceraw docstring

updateclj/s

(update username params)

update user profile

update user profile
sourceraw docstring

update-subscriptionclj/s

(update-subscription username contactpersons)
source

update-user-metadataclj/s

(update-user-metadata username
                      metadata
                      &
                      {:keys [suppress-4xx-exceptions?]
                       :or {suppress-4xx-exceptions? nil}})
source

userclj/s

(user & [suppress-4xx-exceptions?])

Return the user profile with authentication details.

Return the user profile with authentication details.
sourceraw docstring

verify-emailclj/s

(verify-email verification-key)
source

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

× close