Introduction to Business Employees Management
¶ Overview
Employees management provide set of APIs for easy onboarding of employees to an organization.
¶ API
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/business/organizations/{}/employees | Create a new employee |
| POST | /v1/business/organizations/{}/employees/update | Update an existing employee |
| GET | /v1/business/organizations/{}/employee | Get an employee of an organization |
| GET | /v1/business/organizations/{}/employees | Get a paginated list of employees of an organization |
| GET | /v1/business/organizations/{}/employees/search | Search for employees of an organization |
| DELETE | /v1/business/organizations/{}/employees | Delete an existing employee |
| GET | /v1/business/organizations/{}/groups | Get groups of an organization |
| POST | /v1/business/organizations/{}/group | Upsert group of an organization |
| DELETE | /v1/business/organizations/{}/group | Delete a group of an organization |
| POST | /v1/business/organizations/{}/employees/invite | Invite employees of an organization |