Validating Group name
- Print
- PDF
Validating Group name
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Validate the group name through pattern and redundancy checks.
Requests
- GET /groups/check-group-name
Request parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
groupName | N | String | Group name to check |
Responses
Response bodies
{
"name": "String",
"success": "boolean",
"message": "String"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
name | String | Group name | |
success | Boolean | Success status | |
message | Array | Error message indicating a failure |
Errors
Errors that may occur while using this action are listed below. For error response format, see Error Response.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | Invalid request |
Was this article helpful?