/employees/:id/documents

Uploads a list of documents for a specific employee. Required scope: w_employees. Accessible with all token types.

🚧

This endpoint uses w_employees scope. This is a new scope that is not currently supported by access tokens already used for ATS related endpoints. You need to contact support to enable it for your account tokens.

👍

Integrating with Partner tokens through OAuth 2.0 works out of the box

Body

{
    "documents": [
        {
            "url": "https://cdn.mos.cms.futurecdn.net/HjFE8NKWuCmgfHCcndJ3rK.jpg",
            "name": "Custom document"
        }
    ]
}
keytypedescription
urlstringComplete URL where the file/document is hosted or stored. TTL 1 hour
namestringName of the file/document

Calling the /employees/:id/documents POST endpoint will create a collection of documents associated with an employee.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!