Rest api not exists for request type permission in jira service management

i want to check the permission assign to the request type where as no rest api is provided for that which cause me a blockage for my requirements

A clear documentation on how we are supposed to check, from a Forge module, that the current user, whatever its type (unlicensed, customer, anonymous…), is allowed to access or create/edit a request type, will be more than welcome.

no i don’t talking about the user access
i am talking about the request type permission like we can assign request type to specific user , group or organization for that i want to know that how can i get those details

Hello @Aniket

Your question has the jira-cloud tag but you keep referring to ‘request’ types. Jira doesn’t have requests.

Are you talking about Jira SERVICE MANAGEMENT?

yes i am talking about Jira SERVICE MANAGEMENT

OK, I can see that you have now added the jira-service-management tag to your question.

Why not just use Google? If you Google “Using the Jira Service Management REST API, how can I find the permissions for a Request Type?” you’ll get the answer to that question, instantly.

this one is deprecated

That is documentation for JSM DATACENTER.

If you are using JSM CLOUD, then you need to refer to the Jira Service Management Cloud REST API documentation. It’s the Check Request Type Permissions endpoint you need to use.