Управління ролями
Отримати доступні дозволи
Додати певний дозвіл до ролі
Add role permission
Counterparty GUID
permission_guid that you get as a response to endpoint Permissions titles/Get permissions
role name
OK
json with error msg
Видалити певний дозвіл у ролі
Remove role permission
Counterparty GUID
guid of permission that you need to remove from an employee
role's name
OK
json with error msg
Отримати ролі з дозволами для таблиці ролей
Отримати список ролей
Створити роль
Видалити роль
Отримати перелік сутностей для дозоволу
Отримати список користувачів
Get users list
Counterparty GUID
role name (string)
limit (int64)
page token (int64)
OK
json with error msg
Додати користувача до ролі
Add user to role
Counterparty GUID
role name for the user
id of the user you add role to
OK
json with error msg
Вилучити користувача з ролі
Remove user from role
Counterparty GUID
role's name
a user you remove the role from
OK
json with error msg
Отримати всі доступні назви дозволів
Get permissions
permissions GUIDs (uuid)
keto kinds (string)
keto permissions (string)
scope names (string)
Offset
Limit
Ordering
OK
if group_lang_key not found in translation, use it as default
if name_lang_key not found in translation, use it as default
key for translation table, where find name of group for permissions
sorting order for group among all groups
name of keto permission, for now it POST, GET, PUT etc; Its may be anything in future
the name of scope for permission, for now it endpoint group, ex: accounts, customers, payments; No longer than 64 characters
key for translation table, where find name of permission
sorting order for permission under the group
json with error msg
Створення дозволів
create keto permissions
if group_lang_key not found in translation, use it as default
if name_lang_key not found in translation, use it as default
key for translation table, where find name of group for permissions
sorting order for group among all groups
if empty its generate random guid
name of keto permission, for now it POST, GET, PUT etc; Its may be anything in future
the name of scope for permission, for now it endpoint group, ex: accounts, customers, payments; No longer than 64 characters
key for translation table, where find name of permission
sorting order for permission under the group
OK
json with error msg
Last updated