Liking cljdoc? Tell your friends :D

lovelace.users.core


list-all-usersclj

(list-all-users token)
(list-all-users token page-size)
(list-all-users token page-size start-cursor)

Retrieves a list of users of a given workspace. Takes the authentication token as a parameter. Is also able to take the optional parameters page-size and start-cursor

Retrieves a list of users of a given workspace. Takes the authentication token as a parameter.
Is also able to take the optional parameters `page-size` and `start-cursor`
sourceraw docstring

retrieve-userclj

(retrieve-user token id)

Retrieves a single users of a given workspace. Takes the authentication token and the user's id as parameters.

Retrieves a single users of a given workspace. Takes the authentication token and the user's id as parameters.
sourceraw docstring

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

× close