Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
"Permissions parameter is required" when updating Role Permissions - Kinde
K
Kinde
•
10mo ago
•
3 replies
Masini
"Permissions parameter is required" when updating Role Permissions
I am invoking this endpoint of the Kinde Management API to update the permissions of particular Role
:
https://docs.kinde.com/kinde-apis/management/#tag/roles/patch/api/v1/roles/{role_id}/permissions
However
, the following error object is being returned
:
Error
:
[
{
"code
"
:
"PERMISSIONS
_REQUIRED
"
,
"message
"
:
"Permissions parameter is required
"
}
]
This is the body of my PATCH request
:
{
"permissions
"
:
[
{
"id
"
:
"
{UUID1
}
"
}
,
{
"id
"
:
"
{UUID2
}
"
}
]
}
Can someone tell me what am I doing wrong
?
Kinde docs
Kinde Management API
The management API is for managing your Kinde account
. Most things that can be done via the Kinde admin UI can be done with this API
Kinde
Join
1,776
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Problem when trying to edit role when limit plan is reached
K
Kinde / 💻┃support
3y ago
{ errors: [ { code: 'NAME_REQUIRED', message: 'Name is required' } ] }
K
Kinde / 💻┃support
3y ago
Cookie size hit when adding several permissions
K
Kinde / 💻┃support
2y ago
Enforcing permissions
K
Kinde / 💻┃support
3y ago