v1.25
almost 2 years ago by Khizar Naeem
New additions: Managers API.
Added
Managers Endpoints
We're excited to announce the launch of our latest feature that allows developers to seamlessly integrate Deel with their existing systems.
With the Deel API, you can now add client users (managers) to your Deel accounts and effortlessly list existing managers.
The key impacts of this feature include streamlined integration, enhanced efficiency in user management, scalability, improved user experience, and future expansions in functionality such as role assignment and user removal.
Simplify your onboarding and user management with Deel API Manager Integration.
Sample Request
POST 'https://api.letsdeel.com/rest/v1/managers' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data-raw '{
"data": {
"first_name": "Nic",
"last_name": "Jokic",
"email": "[email protected]",
}
}'
Read more about this endpoint here.