POST /webapi/ver3/users/hong/alias
Content-Type: application/json
X-GPTWR-Authorization: YOUR_API_KEY
{
"alias": "gildong"
}
{
"result": "0000",
"msg": "success",
"isLdapPass": false,
"isOtpPass": false,
"user": {
"userId": "hong",
"userName": "홍길동",
"status": "enable",
"email": "hong@test.com",
"mobile": "01012345678",
"authFailCnt": 0,
"tokens": [
{
"tokenId": "123456789",
"tokenModel": "AnyAuth",
"stauts": "ASSIGNED",
"userId": "hong",
"lostYn": "N",
"endDate": "20301231",
"assignDate": "2026-01-01 12:00:00 (GMT+0900)",
"tokenModelCd": "08"
}
],
"alias": [
"gildong",
"gildong2"
],
"lastLoginDate": "2026-01-01 12:00:00 (GMT+0900)",
"passwordEnd": 90,
"passwordChgDate": "2026-01-01 12:00:00 (GMT+0900)",
"lang": "ko",
"needToSetPasswordYN": "N",
"fidoStatus": "0",
"fidoStatusInfo": "[Registration available] -> Registration in progress -> Registration completed",
"fidoUseYn": "Y"
}
}