Viewing sub account list
    • PDF

    Viewing sub account list

    • PDF

    Article Summary

    View the sub account list.

    API

    • GET /sub-accounts

    Requests

    Parameters

    ParameterRequiredTypeRestrictionsDescription
    searchColumnNStringloginId, name, subAccountNo- Search column
    loginId, name, subAccountNo
    searchWordNStringSearch keywords
    pageNint- Page number
    Default: 0
    sizeNint- Size of result list
    Default: 10

    Responses

    {
        "hasNext": "boolean",
        "hasPrevious": "boolean",
    
        "isFirst": "boolean",
        "isLast": "boolean",
        "items": [
        {
            "nrn": "string",
            "active": "boolean",
            "canAPIGatewayAccess": "boolean",
            "canConsoleAccess": "boolean",
            "consolePermitIps": [
                "string"
            ],
            "createTime": "string",
            "email": "string",
            "lastLoginTime": "string",
            "loginId": "string",
            "memo": "string",
            "modifiedTime": "string",
            "name": "string",
            "needPasswordReset": "boolean",
            "subAccountNo": "integer",
            "subAccountId": "string",
            "useConsolePermitIp": "boolean",
            "useApiAllowSource": "boolean",
            "apiAllowSources": [
                {
                  "type": "string",
                  "source": "string"
                }
            ],
            }
        ],
        "page": "integer",
        "totalItems": "integer",
        "totalPages": "integer"
    }
    
    ItemTypeDescriptionNote
    hasNextbooleanWhether there is a next page
    hasPreviousbooleanWhether there is a previous page
    isFirstbooleanWhether this is the first page
    isLastbooleanWhether this is the last page
    itemsarray
    items.nrnstringNaming rule for an Ncloud resource
    items.activebooleanSub account status (true: enabled, false: disabled)
    items.canAPIGatewayAccessboolean- API Gateway Access
    You can create an access key to use APIs registered in the API Gateway
    items.canConsoleAccessboolean- Console Access
    Set a sub account to access the management console
    items.consolePermitIpsarrayList of IP ranges accessible to the console
    items.createTimestringCreation time 2019-08-10T13:21:00Z
    items.emailstringEmail
    items.lastLoginTimestringLast access time 2019-08-10T13:21:00Z
    items.loginIdstringLogin ID
    items.memostringMemo (max: 100 bytes)
    items.modifiedTimestringLast edit time 2019-08-10T13:21:00Z
    items.namestringName
    items.needPasswordResetboolean- Indicates whether password requires reset
    Guides the user to change the password upon login through the created sub account
    items.subAccountNointegerSub account numberUsed as a search filter
    items.subAccountIdstringSub account ID
    items.useConsolePermitIpbooleanWhether IP range restriction is used upon access to the console
    items.useApiAllowSourcebooleanAccess restrictions are available when using API
    items.apiAllowSourcesarrayAPI accessible list
    items.apiAllowSources[].typestringType of accessible source (IP, VPC, VPC_SERVER)
    items.apiAllowSources[].sourcestringAccessible source information (IP, InstanceNo)
    pageintegerPage number
    totalItemsintegerTotal number of items
    totalPagesintegerTotal number of pages

    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.