Create Employee File Category

Creates one or more employee file categories (not company file categories). The request body is a JSON array of category name strings or an equivalent XML document with <category> elements. Each name must be non-empty and unique among existing employee file categories. An empty array returns 200 without creating anything. On success, returns 201 with no body. The admin user group is automatically granted edit permission on each new category.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
New Employee File Category
Responses
200

The request was processed but no categories were created (empty payload).

201

All specified categories were created successfully. No response body is returned.

400

The request body contains malformed JSON or XML, an empty category name, or a category name that already exists.

403

The API user does not have permission to create employee file categories.

500

An internal server error occurred.

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!