Get platform

Get platform

get

Get platform details.

Responses
200
OK
*/*
get
GET /v1/accounts HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "accountCode": "DEVOPS",
    "accountConfig": {
      "internalBuildServerUseYn": "N"
    },
    "accountName": "DEVOPS",
    "accountSeq": 1,
    "accountType": "ENT",
    "accountUsers": [
      {
        "description": "",
        "inactiveYn": "N",
        "initPasswordYn": "N",
        "lastLogin": "2022-12-23 02:14:15",
        "loginFailCount": 1,
        "resetPasswordYn": "N",
        "useYn": "Y",
        "userId": "abcd@acornsoft.io",
        "userLanguage": "ko",
        "userName": "DEVOPS",
        "userRole": "SYSTEM",
        "userSeq": 1
      }
    ],
    "baseLanguage": "ko",
    "concurrentSessionYn": "Y",
    "customerAddress": "DEVOPS",
    "customerEmail": "abcd@acornsoft.io",
    "customerName": "DEVOPS",
    "description": "DEVOPS",
    "licenseKey": "ENTERPRISE-KR-ACORN-20221216",
    "organizationName": "DEVOPS",
    "projects": [
      {
        "buildCount": 1,
        "created": "2022-12-16",
        "description": "",
        "projectId": 1,
        "projectName": "ops",
        "projectType": "SERVICE",
        "workspaceSeq": 1
      }
    ],
    "userAuthType": "PLAIN",
    "users": [
      {
        "description": "",
        "inactiveYn": "N",
        "initPasswordYn": "N",
        "lastLogin": "2022-12-23 02:14:15",
        "loginFailCount": 1,
        "resetPasswordYn": "N",
        "useYn": "Y",
        "userId": "abcd@acornsoft.io",
        "userLanguage": "ko",
        "userName": "홍길동",
        "userRole": "SYSTEM",
        "userSeq": 1
      }
    ]
  }
]

Last updated

Was this helpful?