---
title: "Create multiple PY Employee Securities"
slug: "create-multiple-py-employee-securities"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-multiple-py-employee-securities"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create multiple PY Employee Securities

Post/hcm-rest-api/rest

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.batch+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='e9f54b7a-cf27-4da2-9dfa-674d16a21c33'>application/json</option>
</select>object  Example{
  "parts": [
    {
      "id": "part1",
      "path": "/1/pyempsecurity",
      "operation": "create",
      "payload": {
        "EsgeGroupCode": "ZZMASTER",
        "EsgeEmpNo": "1044589",
        "EsgeSelectFlag": "Y"
      }
    },
    {
      "id": "part2",
      "path": "/1/pyempsecurity",
      "operation": "create",
      "payload": {
        "EsgeGroupCode": "ZAMASTER",
        "EsgeEmpNo": "1044589",
        "EsgeSelectFlag": "Y"
      }
    },
    {
      "id": "part3",
      "path": "/1/pyempsecurity",
      "operation": "create",
      "payload": {
        "EsgeGroupCode": "SWCPAYROLL",
        "EsgeEmpNo": "1044589",
        "EsgeSelectFlag": "Y"
      }
    },
    {
      "id": "part4",
      "path": "/1/pyempsecurity",
      "operation": "create",
      "payload": {
        "EsgeGroupCode": "MASTER",
        "EsgeEmpNo": "1044589",
        "EsgeSelectFlag": "Y"
      }
    },
    {
      "id": "part5",
      "path": "/1/pyempsecurity",
      "operation": "create",
      "payload": {
        "EsgeGroupCode": "GLPAYROLL",
        "EsgeEmpNo": "1044589",
        "EsgeSelectFlag": "Y"
      }
    }
  ]
}

Responses201

Successful response

<select class='api-response-data' aria-label='Media type'><option value='c7e0dcba-a237-4828-891a-195d364e2611'>application/json</option>
</select>
