개별 권한 관리

개별 권한 저장

post

기능설명

  • 개별권한을 등록, 수정합니다.


상세설명

  • 기존 사용자는 수정, 신규 사용자는 등록이 진행됩니다.

  • 등록

    • 이미 개별권한을 갖고 있는 사용자는 등록이 불가합니다.

    • 팔수 값 목록

      • 유저 아이디

      • 적용 시작 일자

      • 적용 종료 일자

  • 수정

    • 필수 값 목록

      • 개별권한번호

      • 유저 아이디

      • 적용 시작 일자

      • 적용 종료 일자


수정번호

  • Release v2.00_240617: 개별 권한 등록 적용 시작 일자, 적용 종료 일자 수정

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

성공

*/*
stringOptional
post
/v2/system/individualRightMgmt/saveIndividualRightList

버튼 권한 저장

post

기능설명

  • 버튼권한을 수정합니다.


상세설명

  • 사용자의 개별 개별 메뉴권한에 버튼권한 정보를 수정합니다.

  • 버튼권한 등록은 불가합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

성공

*/*
stringOptional
post
/v1/system/individualRightMgmt/saveIndividualRightButtonGridList

개별 권한 목록 조회

get

기능설명

  • 화면에서 선택한 조건에 따라 개별 권한 목록을 조회합니다.


상세설명

  • 화면에서 선택한 조건에 따라 개별 권한 목록을 조회합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
userIdstringOptional

사용자 아이디

rtGrpNmstringOptional

권한그룹명

Responses
chevron-right
200

성공

*/*
totalCountinteger · int32Optional
get
/v2/system/individualRightMgmt/getIndividualRightList

메뉴 권한 목록 조회

get

기능설명

  • 화면에서 선택한 조건에 사용자에 대한 메뉴 권한 목록을 조회합니다.


상세설명

  • 메뉴 권한 목록은 트리 구조로 조회됩니다.

  • 개별권한기본정보 테이블에만 데이터 존재하고 권한정보엔 없는 상태는 권한대상기본에서 모든 메뉴 조회합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
rtSubGbCdstringOptional

권한주체구분코드(UR006)

rtGrpNostringOptional

권한그룹번호

Responses
chevron-right
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get
/v2/system/individualRightMgmt/getIndividualMenuTreeList

Last updated