서브계정 생성
작성일 2026.03.21 | 수정일 2026.03.21
POST
/appstore/v2/me/apps/:appId/subaccountsParameters
appId*— SITE 앱 ID (deductFromMaster=true 필수)
마이사이트 앱에 서브계정을 등록합니다. 앱당 동일 계정은 1개만 등록 가능합니다.
Body Params
Response
Structure
Request
{
"accountId": "12345678901234",
"customField1": {
"name": "부서",
"value": "마케팅팀"
},
"customField2": {
"name": "담당자",
"value": "홍길동"
},
"customField3": null,
"customField4": null,
"customField5": null
}
Response
{
"handleKey": "AP02SA_abc12345678901234567890",
"appId": "aBcDeFgHiJkL",
"accountId": "12345678901234",
"customField1": {
"name": "부서",
"value": "마케팅팀"
},
"customField2": {
"name": "담당자",
"value": "홍길동"
},
"customField3": null,
"customField4": null,
"customField5": null,
"dateCreated": "2024-01-15T09:00:00.000Z",
"dateUpdated": "2024-01-15T09:00:00.000Z"
}