Search Employees

GET https://sandbox-api.uber.com/v1/business/organizations/:organization_uuid/employees/search?email=ubertestone%2Buber%2Bsandbox@gmail.com

Search Employees API allows to search for an employee of an organization with a query parameter such as email, group name, admin, etc.

Request Params

KeyDatatypeRequiredDescription
emailstring

RESPONSES

status: OK

{"employees":[{"first_name":"Bot","last_name":"8","email":"bot8+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:30:44Z"}},{"first_name":"Bot","last_name":"7","email":"bot7+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:30:32Z"}},{"first_name":"Bot","last_name":"6","email":"bot6+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:30:20Z"}},{"first_name":"Bot","last_name":"5","email":"uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:30:06Z"}},{"first_name":"Bot","last_name":"4","email":"bot4+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:29:55Z"}},{"first_name":"Bot","last_name":"3","email":"bot3+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:29:41Z"}},{"first_name":"Bot","last_name":"2","email":"bot2+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:29:22Z"}},{"first_name":"Bot","last_name":"1","email":"bot1+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:29:07Z"}},{"first_name":"Sandbox2","last_name":"Uber2","email":"test123456+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:13:35Z"}},{"first_name":"Sandbox","last_name":"Uber","email":"test1234+uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-30T01:13:13Z"}},{"first_name":"Uber","last_name":"Sandbox","email":"uber+sandbox@uber.com","mobile_country_code":"+1","mobile_number":"2345678901","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":false,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"INVITED","last_invite_timestamp":"2023-01-26T18:28:25Z"}},{"first_name":"Test","last_name":"Uber","email":"employee@uber.com","u4b_data":{"billing_mode":"CENTRALIZED","is_admin":true,"groups":[{"uuid":"31feb3cc-7a5b-4633-b610-53080a1c737c","name":"Geral","programs":null}],"status":"CONFIRMED","last_invite_timestamp":"2023-01-26T01:50:46Z"}}],"next_start_key":""}