Update Group Codes
Method | PUT |
---|---|
URL | https://{subdomain}.kintone.com/v1/groups/codes.json |
Authentication | Password Authentication, Session Authentication |
Content-Type | application/json |
Permissions
Only
Administrators
can use this API.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
codes | Array of Objects | Yes | An array of codes objects, containing data of Group codes that will be updated. Up to 100 codes objects can be specified. |
codes[].currentCode | Strings | Yes | The Group code that will be updated. An existing Group code must be specified. Must be 128 characters or less. Empty strings, and characters consisting of only whitespaces are not allowed. |
codes[].newCode | Strings | Yes | The new Group code. A Group Code that does not exist must be specified. Must be 128 characters or less. Empty strings, and characters consisting of only whitespaces are not allowed. |
Sample Request
JavaScript (using Kintone REST API Request )
|
|
curl Sample
|
|
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 groups on the
Groups (or Roles)
page
- Importing from a file
- Updates to groups on the
Groups (or Roles)