- Overview
- Authentication
- API Limits
- Forms API
- POSTInsert Record API
- POSTInsert Record API for Adding Employees
- POSTUpdate Record API
- GETGet Bulk Records API
- POSTAdd Department API
- GETFetch Forms API
- GETFetch Single Record API
- GETFetch Single Record API (Section Wise)
- GETGet Related Records API
- GETSearch Records Based on Record Values
- Appendix
- GETGet Fields of Form API
- Cases API
- Timesheet API
- Onboarding API
- Announcements API
- Leave API
- Attendance API
- Compensation API
- GETFetch Components API
- GETFetch Components by ID API
- GETFetch Salary Components API
- GETFetch Packages API
- GETFetch Package by ID API
- GETFetch Package Components API
- GETFetch Currencies API
- GETFetch Currency by ID
- GETFetch Revisions API
- GETFetch Revisions by ERECNO API
- GETFetch Revision Letters by ERECNO API
- GETPreview Revision Letter by Revision ID API
- GETDownload Revision Letter by Revision ID API
- GETFetch My Compensation API
- GETFetch Reasons API
- GETFetch Settings API
- PUTCancel Revision API
- GETFetch Salary API
- GETFetch Single Employee Salary API
- POSTAdd Salary API
- PUTUpdate Salary API
- Compensation API Error Codes
- Record Count API
- LMS API
- Files API
- View API
- Status Codes
- Error Codes API
- HTTP Request Methods
Add and Edit Folder API
This API is used to add or edit folders in the file modules of Zoho People
Request URL
https://people.zoho.com/api/files/addFolder
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Scope:
scope = ZOHOPEOPLE.files.ALL
Possible Operation Types:
ALL - Full access to data
Request Parameters:
newCatName | Enter folder name |
parentCatId | Enter parent folder id, if the new folder must be placed under an existing folder. Use this link to get the parent folder id details. Note: If the new folder has to be created as a parent folder, then this param need not to be passed |
catId | Enter the folder Id of the folder that needs to be renamed. Use this link to get the folder Id details. Note : This is not a mandatory param, this param needs to be passed only when folder has to be renamed. |
Request URL:
Copiedhttps://people.zoho.com/api/files/addFolder?newCatName=Privacy
Header:
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{"response":{"result":{"CatID":"104101000005585009","ParentCatID":"null","CatName":"Privacy"},"message":"Data fetched successfully","uri":"/api/files/addFolder","status":0}}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.