Initial interfaces and support for team syncing worker
This commit is contained in:
parent
94b07e6de9
commit
eeadeb9383
12 changed files with 282 additions and 15 deletions
|
@ -291,7 +291,7 @@ class TeamMemberList(ApiResource):
|
|||
}
|
||||
|
||||
if authentication.federated_service:
|
||||
if SuperUserPermission().can():
|
||||
if SuperUserPermission().can() and AdministerOrganizationPermission(orgname).can():
|
||||
data['can_sync'] = {
|
||||
'service': authentication.federated_service,
|
||||
}
|
||||
|
|
Reference in a new issue