Creating group
- Print
- PDF
Creating group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can create a group.
Requests
- POST /groups
Request bodies
{
"name": "string",
"description": "string",
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
name | Y | String | Group name | Must only include uppercase and lowercase English letters, numbers, hyphens (-) and underscores (_) and start with an English letter or a number (2-30 bytes) |
description | N | String | Group description | Up to 300 bytes |
Responses
Response bodies
{
"groupId":"String",
"groupName":"String",
"nrn":"String",
"createdAt":"String",
"updatedAt":"String",
"description":"String"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
groupId | String | Group ID (UUID) | |
groupName | String | Group name | |
nrn | String | Group nrn | |
description | String | Group description | |
createdAt | String | Creation time (UTC, e.g., 2023-04-25T13:11:50Z) | |
updatedAt | String | Edit time (UTC, e.g., 2023-04-25T13:11:50Z) |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
400 | 9060 | Group name already exists. |
Was this article helpful?