사용자 정보 관리
시스템 구분 코드
업무 그룹 코드
사용자 정보 검색 타입
사용자 정보(이름 or 아이디)
사용여부
부서코드
근무상태코드
계정 잠김 여부
현재 페이지
1페이지 당 row
10성공
result time
result code
result message
process check
is error
업무처리 오류 내용
GET /api/bo/v2/system/userMgmt?userListRequest=[object+Object]&pageIdx=text&rowsPerPage=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"userId": "x2bee12",
"userNm": "홍길동",
"rcntUseDtm": "2023-09-12 00:00:00",
"orgTypNm": 11,
"deptNm": "개발팀",
"ocpNm": "사원",
"workStatNm": "01",
"pwdLockYn": "Y",
"indInfoDealYn": "Y",
"useYn": "Y",
"sysGbCdNm": "백오피스",
"rtGrpNm": "고객센터",
"totalCount": 1
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}사용자 저장 Request DTO
권한그룹 변경 여부
신규 등록 여부
변경전 권한그룹번호
성공
result time
result code
result message
process check
payload
is error
업무처리 오류 내용
POST /api/bo/v2/system/userMgmt HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 693
{
"userInfo": {
"userId": "text",
"userNm": "text",
"empNo": "text",
"pwd": "text",
"userGbCd": "text",
"rtGrpNo": "text",
"jobGrpCd": "SYSTEM_MANAGER",
"ocpCd": "text",
"workStatCd": "text",
"deptCd": "text",
"entrNo": "text",
"telRgnNo": "text",
"telTxnoNo": "text",
"telEndNo": "text",
"cellSctNo": "text",
"cellTxnoNo": "text",
"cellEndNo": "text",
"cnslEntpNm": "text",
"ctiNo": "text",
"itelNo": "text",
"emailAddr": "text",
"indInfoDealYn": "text",
"useYn": "text",
"atchFileRouteNm": "text",
"atchFileNm": "text",
"indInfoDealCausCont": "text",
"userIpAddr": "text"
},
"individualInfoRightList": [
{
"userId": "text",
"indInfoGbCd": "text",
"useYn": "text"
}
],
"changeRtGrpNoYn": "text",
"createYn": "text",
"beforeRtGrpNo": "text",
"rtGrpChgCausCont": "text"
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}사용자 아이디
성공
result time
result code
result message
process check
payload
is error
업무처리 오류 내용
POST /api/bo/v2/system/userMgmt/{userId}/password/reset?userId=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}사용자 아이디
성공
No content
업무처리 오류 내용
POST /api/bo/v1/system/userMgmt/modifyInitializePassword HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"No content
사용자 아이디
성공
사용자 정보 Response DTO
업무처리 오류 내용
GET /api/bo/v2/system/userMgmt/modifyUpdatePwdUnlock?userId=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"userInfo": {
"userId": "x2bee12",
"userGbCd": 10,
"deptCd": 10001,
"deptNm": "EC솔루션개발팀",
"entrNo": 100001,
"entrNm": "플래티어 협력사",
"userNm": "홍길동",
"pwd": "password",
"sysGbCd": 11,
"rtGrpNo": 10001,
"rtGrpNm": "고객센터",
"useYn": "Y",
"telRgnNo": "02",
"telTxnoNo": 123,
"telEndNo": 5678,
"cellSctNo": "010",
"cellTxnoNo": 1234,
"cellEndNo": 4567,
"emailAddr": "x2bee@plateer.com",
"indInfoDealYn": "Y",
"indInfoDealCausCont": "사유",
"empNo": 10001,
"jobGrpCd": 11,
"ocpCd": "01",
"workStatCd": "01",
"atchFileRouteNm": "text",
"atchFileNm": "text",
"useStrtDt": 20230101,
"useEndDt": 29991231,
"cnslEntpNm": "구글",
"itelNo": "02000000",
"ctiNo": "ctiid",
"rcntUseDtm": "2023-01-01 12:30:00.123456",
"pwdLockRvcmnId": "2023-01-01 12:30:00.123456",
"pwdLockRvcDtm": "2023-01-01 12:30:00.123456",
"pwdCntnFailCnt": 0,
"lstPwdChgDtm": "2023-01-01 12:30:00.123456",
"pwdLockYn": "N",
"pwdIniYn": "N",
"userIpAddr": "127.0.0.1"
},
"individualInfoRightList": [
{
"userId": "x2bee",
"indInfoGbCd": "01",
"useYn": "Y"
}
]
}사스템 구분 코드
권한 그룹명
성공
업무처리 오류 내용
GET /api/bo/v2/system/userMgmt/getUserRightGroupInfo?userRightGroupRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"totalCount": 1,
"payloads": [
{
"rtGrpNo": 10001,
"sysGbNm": "백오피스",
"rtGrpNm": "시스템 관리자",
"sysGbCd": "text",
"aplyStrDt": 20230101,
"aplyEndDt": 20230101
}
]
}사용자 아이디
성공
result time
result code
result message
process check
is error
업무처리 오류 내용
GET /api/bo/v2/system/userMgmt/detail?userId=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"userInfo": {
"userId": "x2bee12",
"userGbCd": 10,
"deptCd": 10001,
"deptNm": "EC솔루션개발팀",
"entrNo": 100001,
"entrNm": "플래티어 협력사",
"userNm": "홍길동",
"pwd": "password",
"sysGbCd": 11,
"rtGrpNo": 10001,
"rtGrpNm": "고객센터",
"useYn": "Y",
"telRgnNo": "02",
"telTxnoNo": 123,
"telEndNo": 5678,
"cellSctNo": "010",
"cellTxnoNo": 1234,
"cellEndNo": 4567,
"emailAddr": "x2bee@plateer.com",
"indInfoDealYn": "Y",
"indInfoDealCausCont": "사유",
"empNo": 10001,
"jobGrpCd": 11,
"ocpCd": "01",
"workStatCd": "01",
"atchFileRouteNm": "text",
"atchFileNm": "text",
"useStrtDt": 20230101,
"useEndDt": 29991231,
"cnslEntpNm": "구글",
"itelNo": "02000000",
"ctiNo": "ctiid",
"rcntUseDtm": "2023-01-01 12:30:00.123456",
"pwdLockRvcmnId": "2023-01-01 12:30:00.123456",
"pwdLockRvcDtm": "2023-01-01 12:30:00.123456",
"pwdCntnFailCnt": 0,
"lstPwdChgDtm": "2023-01-01 12:30:00.123456",
"pwdLockYn": "N",
"pwdIniYn": "N",
"userIpAddr": "127.0.0.1"
},
"individualInfoRightList": [
{
"userId": "x2bee",
"indInfoGbCd": "01",
"useYn": "Y"
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}사용자 아이디
성공
result time
result code
result message
process check
payload
is error
업무처리 오류 내용
GET /api/bo/v2/system/userMgmt/check HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": 1,
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}사스템 구분 코드
권한 그룹명
성공
업무처리 오류 내용
GET /api/bo/v1/system/userMgmt/getUserRightGroupListCount?userRightGroupRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
1사스템 구분 코드
권한 그룹명
성공
권한그룹 정보 Response DTO
권한그룹번호
10001시스템구분명
백오피스권한그룹명
시스템 관리자시스템구분코드(UR005)
적용시작일자
20230101적용종료일자
20230101업무처리 오류 내용
GET /api/bo/v1/system/userMgmt/getUserRightGroupInfo?userRightGroupRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"rtGrpNo": 10001,
"sysGbNm": "백오피스",
"rtGrpNm": "시스템 관리자",
"sysGbCd": "text",
"aplyStrDt": 20230101,
"aplyEndDt": 20230101
}
]시스템 구분 코드
업무 그룹 코드
사용자 정보 검색 타입
사용자 정보(이름 or 아이디)
사용여부
부서코드
근무상태코드
계정 잠김 여부
성공
업무처리 오류 내용
GET /api/bo/v1/system/userMgmt/getUserListInUserMenuCount?userListRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
1성공
개인정보취급권한 DTO
사용자 아이디
x2bee개인정보구분코드(UR008)
01사용여부
Y업무처리 오류 내용
GET /api/bo/v1/system/userMgmt/getIndividualInfoRightList HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"userId": "x2bee",
"indInfoGbCd": "01",
"useYn": "Y"
}
]마지막 업데이트