Find employee by username
Last updated
Was this helpful?
Last updated
Was this helpful?
In this example, we will review how to find an employee by username.
We will search for the employee with the test.employee@bank.com
username.
...api/v1/employees/username?username=test.employee@bank.com
To find an employee by username
, make the following API call.
https://auth-api.sandbox.tuumplatform.com/api/v1/employees/{employeeId}
Below is an example request of the API call to retrieve customer data.
No request body.
Below you find an example response body to the API call above.
The result of the API call is the dataset of a particular employee.