Skip to main content

UserAccessRights

Defines which EventsAir users are permitted to access an event or contact store.

type UserAccessRights {
allUsersAllowed: Boolean!
allowedUsers: [EventsAirUser!]!
}

Fields

UserAccessRights.allUsersAllowed ● Boolean! non-null scalar

A flag indicating whether all EventsAir users can access an event or contact store.

UserAccessRights.allowedUsers ● [EventsAirUser!]! non-null object

A list of EventsAir users allowed to access this event or contact store. If allUsersAllowed is true then this list is empty. Similarly, if this list includes any items, then allUsersAllowed will be false.

Note that users configured as Application Administrators always have access to all events and contact stores, irrespective of their inclusion in this list.

Member Of

CeContactStore object ● ContactStore object ● Event object ● MembershipContactStore object