patch https://services.azuga.com/azuga-ws-oauth/v3/users/
This API allows you to update one or all parameters of a specific user.
{
"id":"8a9388a9-83ef-7347-0183-f125f9ef0412",
"firstName": "test",
"lastName": "Azuga",
"userName": "[email protected]",
"roleId": "faf159c9-334e-11ed-96e1-7f5c31b586e0",
"email": "[email protected]",
"timeZone": "US/Eastern",
"userTypeName": "user",
"employeeId": null,
"password": "Azuga@123",
"isGetMaintenanceAlert": "N",
"isGetNewReleaseAlert": "N",
"emailVerification": true,
"groupIds": [
"a34450f5-4eaf-11ed-b72f-252e6f2234d5"
]
}
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/users/8a9388a9-83ef-7347-0183-f125f9ef0412.json
API Response Glossary
Fields | Description | Data Type |
---|---|---|
generatedAtInMillis | Time at which the API returns the result. The time is in milliseconds. | Long |
data | Displays the ID number to which the update has been performed. | String |
error | Displays the corresponding error message which occurs during API compilation | List |