Get platform
Last updated
Was this helpful?
Last updated
Was this helpful?
Get platform details.
/v1/accounts
curl -L \
--url '/v1/accounts'
[
{
"accountCode": "DEVOPS",
"accountName": "DEVOPS",
"accountSeq": 1,
"accountType": "ENT",
"baseLanguage": "ko",
"concurrentSessionYn": "Y",
"customerAddress": "DEVOPS",
"customerEmail": "abcd@acornsoft.io",
"customerName": "DEVOPS",
"description": "DEVOPS",
"licenseKey": "ENTERPRISE-KR-ACORN-20221216",
"organizationName": "DEVOPS",
"userAuthType": "PLAIN",
"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
}
],
"projects": [
{
"buildCount": 1,
"created": "2022-12-16",
"description": "",
"projectId": 1,
"projectName": "ops",
"projectType": "SERVICE",
"workspaceSeq": 1
}
],
"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
}
],
"accountConfig": {
"internalBuildServerUseYn": "N"
}
}
]
OK