MENU
      View single permission set
        • PDF

        View single permission set

        • PDF

        Article summary

        Views single permission set.

        Request

        • GET /permission-sets/{permissionSetId}

        Request path

        ParametersRequirement statusTypeRestrictionsDescription
        permissionSetIdYStringPermission Set Id

        Response

        Response bodies

        {
          "permissionSetName":"String",
          "description":"String",
          "nrn":"String",
          "createdAt": "String",
          "systemManagedPolicyList" : [
            {
              "policyId" : "String",
              "policyName" : "String",
              "policyDescription" : "String",
              "policyCreatedAt" : "String"
            }
          ],
          "userCreatedPolicyList" : [
            {
              "userCreatedPolicyName" : "String"
            }
          ],
          "accountList" : [
            {
              "accountName" : "String",
              "accountAlias" : "String",
              "accountLoginId" : "String",
              "accountMbrNo" : "String"
            }
          ]
        }
        JSON
        ParametersTypeDescriptionRestrictions
        permissionSetIdStringPermission set ID
        permissionSetNameStringPermission set name
        descriptionStringPermission set description
        nrnStringPermission Set nrn
        createdAtStringCreated date and time (UTC, ex. 2023-04-25T13:11:50Z)
        systemManagedPolicyListObjectSystem managed policy list
        systemManagedPolicyList.policyIdStringSystem managed policy ID
        systemManagedPolicyList.policyNameStringSystem managed policy name
        systemManagedPolicyList.policyDescriptionStringSystem managed policy description
        systemManagedPolicyList.policyCreatedAtStringSystem managed policy created date and time
        userCreatedPolicyListObjectUser-created policy list
        userCreatedPolicyList.userCreatedPolicyNameStringUser-created policy name
        accountListObjectAccount list
        accountList.accountNameStringAccount name
        accountList.accountAliasStringAccount alias
        accountList.accountLoginIdStringAccount login ID
        accountList.accountMbrNoStringAccount member number

        Errors

        Errors that specifically occur while using this action are listed below. For error response format, see Error Response.
        For more information about common errors, see the NAVER Cloud Platform API.

        HTTP status codeError codeError message
        400Invalid request

        Was this article helpful?

        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.