Liking cljdoc? Tell your friends :D

kintone-client.user


add-organizationsclj/s

(add-organizations conn organizations)

Adds organizations to a kintone environment.

organizations - See API reference regarding organization format. sequence of map

Adds organizations to a kintone environment.

organizations - See API reference regarding organization format.
                sequence of map
sourceraw docstring

add-usersclj/s

(add-users conn users)

Adds users to a kintone environment.

users - See API reference regarding user format. sequence of map

Adds users to a kintone environment.

users - See API reference regarding user format.
        sequence of map
sourceraw docstring

delete-organizationsclj/s

(delete-organizations conn org-codes)

Deletes organizations from a Kintone environment.

org-codes - An array of organization codes of organization to be deleted. sequence of string

Deletes organizations from a Kintone environment.

org-codes - An array of organization codes of organization to be deleted.
            sequence of string
sourceraw docstring

delete-usersclj/s

(delete-users conn user-codes)

Deletes users from a Kintone environment.

user-codes - An array of user codes of users to be deleted. sequence of string

Deletes users from a Kintone environment.

user-codes - An array of user codes of users to be deleted.
             sequence of string
sourceraw docstring

get-all-group-usersclj/s

(get-all-group-users conn code)

Gets information of all Users that belong to a Group.

code - The group code. string

Gets information of all Users that belong to a Group.

code - The group code.
       string
sourceraw docstring

get-all-groupsclj/s

(get-all-groups conn {:keys [ids codes]})

Gets information of all groups.

opts - If :ids and :codes are both set, an error will return. Only one can be set.

:ids - A list of User IDs. sequence of integer

:codes - A list of User Codes (log-in names). sequence of string

Gets information of all groups.

opts - If :ids and :codes are both set, an error will return. Only one can be set.

  :ids - A list of User IDs.
         sequence of integer

  :codes - A list of User Codes (log-in names).
           sequence of string
sourceraw docstring

get-all-organization-usersclj/s

(get-all-organization-users conn code)

Gets information of all users that belong to the organization. Each of userTitles may have "title" of the job

code - The organization code. string

Gets information of all users that belong to the organization. Each of userTitles may have "title" of the job

code - The organization code.
       string
sourceraw docstring

get-all-organizationsclj/s

(get-all-organizations conn {:keys [ids codes]})

Gets information of all organizations.

opts - If :ids and :codes are both set, an error will return. Only one can be set.

:ids - A list of User IDs. sequence of integer

:codes - A list of User Codes (log-in names). sequence of string

Gets information of all organizations.

opts - If :ids and :codes are both set, an error will return. Only one can be set.

  :ids - A list of User IDs.
         sequence of integer

  :codes - A list of User Codes (log-in names).
           sequence of string
sourceraw docstring

get-all-usersclj/s

(get-all-users conn {:keys [ids codes]})

Gets information of all users.

opts - If :ids and :codes are both set, an error will return. Only one can be set.

:ids - A list of User IDs. sequence of integer

:codes - A list of User Codes (log-in names). sequence of string

Gets information of all users.

opts - If :ids and :codes are both set, an error will return. Only one can be set.

  :ids - A list of User IDs.
         sequence of integer

  :codes - A list of User Codes (log-in names).
           sequence of string
sourceraw docstring

get-group-usersclj/s

(get-group-users conn code {:keys [offset size]})

Gets information of Users that belong to a Group.

code - The group code. string

opts

:offset - The offset. The default value is 0 if this is not assigned. integer

:size - The maximum number of Group information to get. The default value is 100 if this is not assigned. integer

Gets information of Users that belong to a Group.

code - The group code.
       string

opts

  :offset - The offset.
            The default value is 0 if this is not assigned.
            integer

  :size - The maximum number of Group information to get.
          The default value is 100 if this is not assigned.
          integer
sourceraw docstring

get-groupsclj/s

(get-groups conn {:keys [ids codes offset size]})

Gets information of groups.

opts

:ids - A list of Group IDs. sequence of integer

:codes - A list of Group Code. sequence of string

:offset - The offset. The default value is 0 if this is not assigned. integer

:size - The maximum number of Group information to get. The default value is 100 if this is not assigned. integer

Gets information of groups.

opts

  :ids - A list of Group IDs.
         sequence of integer

  :codes - A list of Group Code.
           sequence of string

  :offset - The offset.
            The default value is 0 if this is not assigned.
            integer

  :size - The maximum number of Group information to get.
          The default value is 100 if this is not assigned.
          integer
sourceraw docstring

get-organization-usersclj/s

(get-organization-users conn code {:keys [offset size]})

Gets information of users that belong to the organization. Each of userTitles may have "title" of the job

code - The organization code. string

opts

:offset - The offset. The default value is 0 if this is not assigned. integer

:size - The maximum number of Organization information to get. The default value is 100 if this is not assigned. integer

Gets information of users that belong to the organization. Each of userTitles may have "title" of the job

code - The organization code.
       string

opts

  :offset - The offset.
            The default value is 0 if this is not assigned.
            integer

  :size - The maximum number of Organization information to get.
          The default value is 100 if this is not assigned.
          integer
sourceraw docstring

get-organizationsclj/s

(get-organizations conn {:keys [ids codes offset size]})

Gets information of organizations.

opts

:ids - A list of Organization IDs. sequence of integer

:codes - A list of Organization Codes. sequence of string

:offset - The offset. The default value is 0 if this is not assigned. integer

:size - The maximum number of Organization information to get. The default value is 100 if this is not assigned. integer

Gets information of organizations.

opts

  :ids - A list of Organization IDs.
         sequence of integer

  :codes - A list of Organization Codes.
           sequence of string

  :offset - The offset.
            The default value is 0 if this is not assigned.
            integer

  :size - The maximum number of Organization information to get.
          The default value is 100 if this is not assigned.
          integer
sourceraw docstring

get-user-groupsclj/s

(get-user-groups conn user-code)

Gets information of Groups that a User belongs to.

user-code - The User's code (log-in name) string

Gets information of Groups that a User belongs to.

user-code - The User's code (log-in name)
            string
sourceraw docstring

get-user-organizationsclj/s

(get-user-organizations conn user-code)

Gets information of organizations that a User belongs to, and Job Title information related to the organization.

user-code - The User's code (log-in name). string

Gets information of organizations that a User belongs to, and Job Title information related to the organization.

user-code - The User's code (log-in name).
            string
sourceraw docstring

get-usersclj/s

(get-users conn {:keys [ids codes offset size]})

Gets information of users.

opts

:ids - A list of User IDs. sequence of integer

:codes - A list of User Codes (log-in names). sequence of string

:offset - The offset. The default value is 0 if this is not assigned. integer

:size - The maximum number of User information to get. The default value is 100 if this is not assigned. integer

Gets information of users.

opts

  :ids - A list of User IDs.
         sequence of integer

  :codes - A list of User Codes (log-in names).
           sequence of string

  :offset - The offset.
            The default value is 0 if this is not assigned.
            integer

  :size - The maximum number of User information to get.
          The default value is 100 if this is not assigned.
          integer
sourceraw docstring

update-organization-codesclj/s

(update-organization-codes conn codes)

Updates organization codes of organizations.

codes - sequence of map A map includes these keys :currentCode - The current Organization Code. string

      :newCode - The new Organization Code.
                 string
Updates organization codes of organizations.

codes - sequence of map
        A map includes these keys
          :currentCode - The current Organization Code.
                         string

          :newCode - The new Organization Code.
                     string
sourceraw docstring

update-organizationsclj/s

(update-organizations conn organizations)

Updates organizations of a Kintone environment.

organizations - See API reference regarding organization format. sequence of map

Updates organizations of a Kintone environment.

organizations - See API reference regarding organization format.
                sequence of map
sourceraw docstring

update-user-codesclj/s

(update-user-codes conn codes)

Updates user codes of users.

codes - sequence of map A map includes these keys :currentCode - The current User Code (log-in name). string

      :newCode - The new User Code (log-in name).
                 string
Updates user codes of users.

codes - sequence of map
        A map includes these keys
          :currentCode - The current User Code (log-in name).
                         string

          :newCode - The new User Code (log-in name).
                     string
sourceraw docstring

update-user-servicesclj/s

(update-user-services conn users)

Updates the services that users can use in a kintone environment.

users - See API reference regarding user services format. sequence of map

Updates the services that users can use in a kintone environment.

users - See API reference regarding user services format.
        sequence of map
sourceraw docstring

update-usersclj/s

(update-users conn users)

Updates users of a kintone environment.

users - See API reference regarding user format. sequence of map

Updates users of a kintone environment.

users - See API reference regarding user format.
        sequence of map
sourceraw docstring

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

× close