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.
For more information on Administrators, refer to the following article:
Types of Administrators
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
|
|
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
For more information on Groups (or Roles), refer to the following article:
Managing Groups (or Roles) - Importing from a file
- Updates to groups on the Groups (or Roles) page