Method: PureCloud::WorkforceManagementApi#get_adherence
- Defined in:
- lib/purecloud/api/workforce_management_api.rb
#get_adherence(user_id, opts = {}) ⇒ UserScheduleAdherence
Get a list of UserScheduleAdherence records for the requested users
32 33 34 35 |
# File 'lib/purecloud/api/workforce_management_api.rb', line 32 def get_adherence(user_id, opts = {}) data, status_code, headers = get_adherence_with_http_info(user_id, opts) return data end |