Update User Services
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 , Session Authentication |
Content-Type | application/json |
Contents
Permissions
Only Administrators can use this API.
For more information on Administrators, refer to the following article:
Types of Administrators
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. Values consisting of only whitespaces or null are not allowed. |
services | Array | Yes | The Service Code. State either kintone or an empty array. |
Sample Request
|
|
XMLHttpRequest
|
|
Response Parameters
An empty JSON object will be returned.
Sample Response
|
|
Limitations
- It is not recommended run this API while performing the following operations on the Users & System Administration page:
- Updates to users on the Departments & Users page
For more information on Departments & Users, refer to the following article:
Managing Users - Importing from a file
- Updates to users on the Departments & Users page