Everything you need to get the most out of PeopleFlow. Guides, tutorials, and API reference.
Get up and running in minutes
10 min read
5 min read
8 min read
12 min read
Explore our comprehensive documentation
Most viewed by our users
More ways to learn and get help
Video Tutorials
Step-by-step video guides for common tasks
Templates & Downloads
CSV templates, policy documents, and checklists
Live Support
Chat with our support team for immediate help
Community Forum
Connect with other PeopleFlow users
Build custom integrations with our comprehensive REST API. Full documentation with examples in cURL, JavaScript, Python, and more.
// Example: Get employees
const response = await fetch(
'https://peopleflowhr.net/api/v1/employees',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
}
);
const employees = await response.json();Our support team is ready to help you with any questions.