VarunGrazitti
9 years agoBoss
Setting permissions for a user via API
Is there a way we can set the user permissions for the user in context via API? e.g. there is a context object available to fetch if a user has permission to do a certain thing, which is permissions.hasPermission("permission_identifier")
any way I can use any such API to toggle the permission for a user in context? Like, disable kudos based on his login IP for a particular board?