A valid request URL is required to generate request examples{
"emailAddress": "<string>",
"externalId": "<string>",
"firstName": "<string>",
"id": "<string>",
"identityProviderId": "<string>",
"isActive": true,
"lastName": "<string>",
"localeCode": "<string>",
"optInToEmail": true,
"optInToTextMessage": true,
"password": "<string>",
"phoneNumber": "<string>",
"roles": [
{
"assignedInScope": {
"id": 123,
"name": "<string>",
"type": "<string>"
},
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"roleId": 123,
"roleName": "<string>",
"roleResources": [
{
"id": "<string>",
"type": "<string>"
}
],
"roleTags": [
"<string>"
],
"userId": "<string>"
}
],
"systemData": {
"createdOn": "2023-11-07T05:31:56Z",
"failedLoginAttemptCount": 123,
"firstFailedLoginAttemptOn": "2023-11-07T05:31:56Z",
"isLocked": true,
"isPasswordChangeRequired": true,
"lastLockedOn": "2023-11-07T05:31:56Z",
"lastLoginOn": "2023-11-07T05:31:56Z",
"lastPasswordChangeOn": "2023-11-07T05:31:56Z",
"remainingLoginAttempts": 123,
"updatedOn": "2023-11-07T05:31:56Z"
},
"userName": "<string>"
}Modifies user information for a specified user.
A valid request URL is required to generate request examples{
"emailAddress": "<string>",
"externalId": "<string>",
"firstName": "<string>",
"id": "<string>",
"identityProviderId": "<string>",
"isActive": true,
"lastName": "<string>",
"localeCode": "<string>",
"optInToEmail": true,
"optInToTextMessage": true,
"password": "<string>",
"phoneNumber": "<string>",
"roles": [
{
"assignedInScope": {
"id": 123,
"name": "<string>",
"type": "<string>"
},
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"roleId": 123,
"roleName": "<string>",
"roleResources": [
{
"id": "<string>",
"type": "<string>"
}
],
"roleTags": [
"<string>"
],
"userId": "<string>"
}
],
"systemData": {
"createdOn": "2023-11-07T05:31:56Z",
"failedLoginAttemptCount": 123,
"firstFailedLoginAttemptOn": "2023-11-07T05:31:56Z",
"isLocked": true,
"isPasswordChangeRequired": true,
"lastLockedOn": "2023-11-07T05:31:56Z",
"lastLoginOn": "2023-11-07T05:31:56Z",
"lastPasswordChangeOn": "2023-11-07T05:31:56Z",
"remainingLoginAttempts": 123,
"updatedOn": "2023-11-07T05:31:56Z"
},
"userName": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT Authorization header using the Bearer scheme.
Unique identifier of the user whose login information you want to change.
limits which fields are returned in the response body
Details of the new user account. Required properties: EmailAddress, FirstName, LastName, and Password. Note that the site ID is passed in the request header.
Show child attributes
Show child attributes
OK
Show child attributes
Show child attributes