전환 가능한 Role 등록
    • PDF

    전환 가능한 Role 등록

    • PDF

    Article Summary

    서브 계정이 전환할 수 있는 Role을 등록합니다.

    API

    • POST /switchable-roles

    요청

    Body

    {
      "roleNrn": "string",
      "displayName": "string",
      "description": "string"
    }
    
    파라미터필수여부타입제약사항설명
    roleNrnYstringRole NRN
    displayNameYstringRole 표시 이름
    descriptionNstring설명

    응답

    파라미터 명필수여부타입설명
    ProcessResultYProcessResult처리 결과
    • 응답 예시 - 성공
    {
      "success": true,
      "id": "{role-nrn}"
    }
    
    • 응답 예시 - 실패
    {
      "success": false,
      "id": "{role-nrn}",
      "message":"실패 사유"
    }
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.