Updates the services that users can use in a kintone environment.
Method | PUT |
URL | https://{subdomain}.kintone.com/v1/users/services.json |
Authentication | Password Authentication |
Content-Type | application/json |
Permissions
Only Administrators can use this API.
Request Parameters
A "users" array consisting of an object formed by the below properties is to be specified in the request. Services of up to 100 users can be updated.
Parameter | Value | Required | Description |
---|---|---|---|
code | String | Yes |
The User Code (log-in name). The maximum limit is 100 characters. |
services | Array | Yes |
The Service Code. State either "kintone" or an empty array. |
Sample Request
Response Parameters
An empty JSON object will be returned.
Sample Response