Butch
11/28/2017, 3:45 PMADMIN
role to view users
of an Organization
, but allow any authenticated user to view name
and ID
. I am confused on how to do this.
I thought maybe something like this would work
- operation: Organization.read
authenticated: true
fields: [users]
query: permissions/isOrgAdmin.graphql
- operation: Organization.read
authenticated: true
fields: [id, name]
But no cigar.