Use this API to modify an existing integrated user. The logged in user can only modify one user at a time.
For this API to execute successfully:
NOTE:
| Actor | Permission |
|---|---|
| User | All of the following are required:
|
| Client Application | No additional permission is required. |
No content
Bad Request
Unauthorized
Forbidden
Not Acceptable
Conflict
Internal server error
{- "id": "1023",
- "lastModified": "2021-10-29T11:06:24.000Z",
- "firstName": "Anthony",
- "lastName": "Shephard",
- "screenName": "anthony",
- "loginId": "ashephard",
- "password": "password@123",
- "title": {
- "value": "Mr."
}, - "middleName": "R.",
- "suffix": "jr.",
- "status": {
- "value": "enabled"
}, - "emailAddress": "cwilkins@company.com",
- "manager": {
- "user": {
- "id": 1004
}
}, - "mobileNumber": "123-456-7890",
- "groups": {
- "link": [
- {
- "rel": "group",
- "href": "/core/usermgr/v3/group/1011"
}
]
}, - "languages": {
- "language": [
- {
- "code": "en-us",
- "default": true
}
]
}, - "directReports": {
- "link": [
- {
- "rel": "user",
- "href": "/core/usermgr/v3/users/1005"
}
]
}, - "peripheral": {
- "id": "5000"
}, - "customAttributes": {
- "customAttribute": [
- {
- "attribName": "skills",
- "attribValues": {
- "attribValue": [
- {
- "value": "phone"
}
]
}
}
]
}
}{- "code": "400-101",
- "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}