Discussions

Ask a Question

confluence + Humanity shift rota intergration

Looking to integrate a shift rota into a confluence page, I know I can add iframes onto a page, but not sure if I will need an API, any help with this would be fab!

ANSWERED

CORS Support required.

Hi, I'm trying to use your API form my Web application. In this case I need to do requests dirrectly from browser. But security policy in all modern browsers prevents this. To make this happend we need to use CORS. It's easy to implement on your side. It's necessary to add header 'Access-Control-Allow-Origin: * ' or 'Access-Control-Allow-Origin: {HOST_NAME}' in case when request contains header 'origin: {HOST_NAME}'.

ANSWERED

Issue while creating trial account

Hi

OpenAPI Spec file

Hi, we have a business application that extensively uses Humanity API, could you please share the OpenAPI spec file as we'd like to create a mock server for testing purposes.

"POST Employee Manage Positions" Help

I've been able to successfully use a Python script to update our users' permission groups via the API (employee, scheduler, etc.). The next step would be to update their "Scheduler Permissions" and assign the positions we would like them to manage, but I can't get it to work.

API 1.0 timeclock.timesheets doesn't pull timesheets for all employees, only myself?

I'm using Python and API 1.0 to do a humanity pull request using timeclock.timesheets - so I can track past employee adherence (clock ins and outs) to their past schedules and see how closely they match, for payroll purposes.

How to generate access token when using sso instead of oauth2.

My company uses sso integration with humanity, so I don't have a username or password. I was given an app id and app secret, but no matter what I do I get the below error following the authentication guide.

GET Employee by Employee ID Permission Error

Trying to run GET Employee by Employee ID to look up my API user however getting the following error:

Is there any API endpoint to see all who are Late for Work

As we can see those who are "Late for Work" via dashboard, do we have some endpoint for the same to fetch via API call?