GET api/ORS/IsAdministrator/{eventId}/{email}

Return whether the email passed in is an IEC administrator

Request Information

Parameters

NameDescriptionAdditional information
eventId

Define this parameter in the request URI.

email

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>