Authorization: ********************
{
"name": "string",
"enabled": true
}
curl --location --request PATCH 'https://api.qal.eazy2biz.com/v1/identityManagement/localUsers/ID of local user to update' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"name": "string",
"enabled": true
}'
{
"_id": "string",
"name": "string",
"email": "string",
"companyId": "string",
"globalUserId": "string",
"directMembershipUserGroups": [
"string"
],
"localUserType": "USER",
"dateOfJoining": "2019-08-24T14:15:22Z",
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}