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