Update an employee's roles for a dealership

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Field Type Requirement Description
id integer required the employee ID
dealership_id integer required the dealership ID
api-version integer required Target API version
204 No Content

# ```401      Unauthorized

# ```403      Forbidden

# ```404      Not found

# ```415      Unsupported Media Type

# ```422      Unprocessable Content

Updated 3 months ago


API Request Example

curl --request PUT \
     --url https://api.dealerware.com/admin/dealerships/dealership_id/employees/id/roles \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Base URL

https://api.dealerware.com/admin/dealerships/{dealership_id}/employees/{id}/roles


Valid Response Codes

Updated 3 months ago