Kintone integration (Productivity). Imported from open-connector.
https://{subdomain}.kintone.com/v1/users.json
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | A list of Kintone numeric IDs. Up to 100 IDs can be specified. |
| codes | array | optional | A list of Kintone code values. Up to 100 codes can be specified. |
| offset | integer | optional | The result offset. Kintone defaults this to 0. |
| size | integer | optional | The maximum number of records to return. Kintone defaults this to 100. |
/v1/organizations.json
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | A list of Kintone numeric IDs. Up to 100 IDs can be specified. |
| codes | array | optional | A list of Kintone code values. Up to 100 codes can be specified. |
| offset | integer | optional | The result offset. Kintone defaults this to 0. |
| size | integer | optional | The maximum number of records to return. Kintone defaults this to 100. |
/v1/groups.json
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | A list of Kintone numeric IDs. Up to 100 IDs can be specified. |
| codes | array | optional | A list of Kintone code values. Up to 100 codes can be specified. |
| offset | integer | optional | The result offset. Kintone defaults this to 0. |
| size | integer | optional | The maximum number of records to return. Kintone defaults this to 100. |
/v1/user/organizations.json
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | A Kintone code value. |
/v1/user/groups.json
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | A Kintone code value. |
/v1/users/services.json
| Param | Type | Required | Description |
|---|---|---|---|
| codes | array | optional | A list of Kintone code values. Up to 100 codes can be specified. |
| offset | integer | optional | The result offset. Kintone defaults this to 0. |
| size | integer | optional | The maximum number of records to return. Kintone defaults this to 100. |