GetGroupList
    • PDF

    GetGroupList

    • PDF

    Article Summary

    • Search a Group.

    API

    GET /api/v1/groups
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}`
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    API Header

    refer to Request Headers

    Request

    Parameters

    ParameterMandatoryTypeConstraintsDescription
    groupNameNStringGroup Name
    pageIndexNintegerdefault: 0, starting from 0
    pageSizeNintegerdefault: 20, max: 100

    Response

    Response body

    {
      "items": [
        {
          "groupId": "string",
          "groupName": "string",
          "groupDesc": "string",
          "createTime": "integer",
          "updateTime": "integer"
        }
      ],
      "pageIndex": "integer",
      "pageSize": "integer",
      "hasMore": "boolean"
    }
    
    ParameterTypeDescriptionComment
    itemsarray of object
    - groupIdstring
    - groupNamestring
    - groupDescstring
    - createTimeinteger
    - updateTimeinteger
    pageIndexinteger
    pageSizeinteger
    hasMoreboolean

    Error

    Errors that may occur while using this action are listed below. For error response format, please see ErrorResponse.

    For more information about common errors, refer to Naver Cloud Platform API.


    Was this article helpful?

    What's Next
    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.