---
title: "check user permission"
method: GET
path: "/answer/api/v1/permission"
tags: ["Permission"]
---

# check user permission

`GET /answer/api/v1/permission`

check user permission

## Query parameters

- `action` 'question.add' | 'question.edit' | 'question.edit_without_review' | 'question.delete' | 'question.close' | 'question.reopen' | 'question.vote_up' | 'question.vote_down' | 'question.pin' | 'question.unpin' | 'question.hide' | 'question.show' | 'answer.add' | 'answer.edit' | 'answer.edit_without_review' | 'answer.delete' | 'answer.accept' | 'answer.vote_up' | 'answer.vote_down' | 'answer.invite_someone_to_answer' | 'comment.add' | 'comment.edit' | 'comment.delete' | 'comment.vote_up' | 'comment.vote_down' | 'report.add' | 'tag.add' | 'tag.edit' | 'tag.edit_slug_name' | 'tag.edit_without_review' | 'tag.delete' | 'tag.synonym' | 'link.url_limit' | 'vote.detail' | 'answer.audit' | 'question.audit' | 'tag.audit' | 'tag.use_reserved_tag', required

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
  - `msg` string — response message
  - `reason` string — reason key

---

[API](https://skmtc.net/apache/apis/apache-answer.md) · [All operations](https://skmtc.net/apache/apis/apache-answer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/apache-answer/revisions/e9c2980e6571/schema)
