Added user list function

This commit is contained in:
Yuriy Kulakov
2021-02-23 19:46:43 +03:00
parent 034c3eed70
commit baf02cca44
4 changed files with 41 additions and 28 deletions

View File

@@ -129,6 +129,6 @@ LOGIN_REDIRECT_URL = '/'
LOGOUT_REDIRECT_URL = '/'
ZENDESK_ROLES = {
'engineer': '360005209000',
'light_agent': '360005208980',
'engineer': 360005209000,
'light_agent': 360005208980,
}