Update Employee
POST https://sandbox-api.uber.com/v1/business/organizations/:organization_uuid/employees/update
Update Employee API allows you to change details of your previously created employee on Uber for Business Dashboard.
Request Body
{"employee"=>{"first_name"=>"{{first_name}}", "last_name"=>"{{last_name}}", "email"=>"{{email}}", "phone"=>"{{phone}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"employee":{"first_name":"Uber","last_name":"Sandbox","email":"uber+sandbox@gmail.com","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"08e7bbba-7373-4703-9a96-2e73d05fb45c","name":"General","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-03-21T18:16:47Z"}}}