Viewing User Access Rules
- Print
- PDF
Viewing User Access Rules
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can view User Access Rules.
Requests
- GET /users/{userId}/access-rules
Request parameters
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
userId | Y | String | User Id |
Responses
Response bodies
{
"consoleAccessAllowed" : "boolean",
"apiAccessAllowed" : "boolean"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
consoleAccessAllowed | Boolean | Whether console access is allowed | |
apiAccessAllowed | Boolean | Whether API access is allowed |
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 | 9050 | The user does not exist. |
Was this article helpful?