← Tools Reference

Kintone

Kintone integration (Productivity). Imported from open-connector.

API key6 toolshttps://{subdomain}.kintone.com
GET
kintone_list_users
List Kintone users with optional ID, code, and pagination filters.

/v1/users.json

4 parameters
ParamTypeRequiredDescription
idsarrayoptionalA list of Kintone numeric IDs. Up to 100 IDs can be specified.
codesarrayoptionalA list of Kintone code values. Up to 100 codes can be specified.
offsetintegeroptionalThe result offset. Kintone defaults this to 0.
sizeintegeroptionalThe maximum number of records to return. Kintone defaults this to 100.
GET
kintone_list_departments
List Kintone departments with optional ID, code, and pagination filters.

/v1/organizations.json

4 parameters
ParamTypeRequiredDescription
idsarrayoptionalA list of Kintone numeric IDs. Up to 100 IDs can be specified.
codesarrayoptionalA list of Kintone code values. Up to 100 codes can be specified.
offsetintegeroptionalThe result offset. Kintone defaults this to 0.
sizeintegeroptionalThe maximum number of records to return. Kintone defaults this to 100.
GET
kintone_list_groups
List Kintone groups with optional ID, code, and pagination filters.

/v1/groups.json

4 parameters
ParamTypeRequiredDescription
idsarrayoptionalA list of Kintone numeric IDs. Up to 100 IDs can be specified.
codesarrayoptionalA list of Kintone code values. Up to 100 codes can be specified.
offsetintegeroptionalThe result offset. Kintone defaults this to 0.
sizeintegeroptionalThe maximum number of records to return. Kintone defaults this to 100.
GET
kintone_get_user_departments
Get the departments assigned to a Kintone user by user code.

/v1/user/organizations.json

1 parameter
ParamTypeRequiredDescription
codestringrequiredA Kintone code value.
GET
kintone_get_user_groups
Get the groups assigned to a Kintone user by user code.

/v1/user/groups.json

1 parameter
ParamTypeRequiredDescription
codestringrequiredA Kintone code value.
GET
kintone_get_user_services
Get services assigned to Kintone users with optional user code filters.

/v1/users/services.json

3 parameters
ParamTypeRequiredDescription
codesarrayoptionalA list of Kintone code values. Up to 100 codes can be specified.
offsetintegeroptionalThe result offset. Kintone defaults this to 0.
sizeintegeroptionalThe maximum number of records to return. Kintone defaults this to 100.