Hi, In User Roles recipe, there are roles and perm...
# support-questions-legacy
y
Hi, In User Roles recipe, there are roles and permissions. How can we set different permissions for same role in different APIs?
r
hey @yvstrishul there is no concept of APIs in roles / permissions. But you can always create new roles per API like
admin-api1
,
admin-api2
and the different permissions this way.
if you can elaborate on the use case a bit more, i can guide you
y
For example: I want a user be able to edit profile page but only view reports (docs) page
r
right. So you can add permissions like
profile:edit
,
report:view
etc to the role
y
OK Thank you