patch https://example.com/ums/v2/services/
Update Service User
Performs partial update, if a field is specified in the request it will be updated
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
active | boolean | false | ||
roleId | string | false | A UUID formatted string | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
Path Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
id | string | true | Service User ID that needs to be updated | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
This API requires UMS_SERVICES_UPDATE_SERVICE_USER permission(s).