Creating assignment
- Print
- PDF
Creating assignment
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Creates an assignment.
Requests
- POST /assignments
Request bodies
{
"accountMbrNo": "String",
"permissionSetId": "String",
"description": "String",
"consoleAccessAllowed": "String",
"apiAccessAllowed": "String"
}
Parameters | Required | Type | Description | Restrictions |
---|---|---|---|---|
accountMbrNo | N | Number | Account member number | |
permissionSetId | N | String | Assigned PermissionSet ID | |
description | Y | String | Assignment description | |
consoleAccessAllowed | Boolean | Whether console access is allowed | ||
apiAccessAllowed | Boolean | Whether API access is allowed |
Responses
Response bodies
{
"id": "String",
"success" : "boolean",
"message": "String"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
id | String | Assignment ID | |
success | Boolean | Whether it is a success | |
message | String | Error message indicating a failure |
Errors
Errors that may occur while using this action are listed below. For the error response format, see ErrorResponse.
For more information about common errors, see the NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 9073 | PermissionSet does not exist |
400 | 9084 | Assignment already exists |
400 | 9085 | Invalid assigned account |
Was this article helpful?