ICreateRegistration

Interface

Properties

Property Type Notes
eventId string

Event id being registered for

type EventAttendanceType

Attendance type for this registration

agoId Optional string

ArcGIS Online id for a user. Will always be extracted from the token unless service token is used.

email Optional string

Email for the subscriber. Will always be extracted from the token unless service token is used.

firstName Optional string

First name for the subscriber. Will always be extracted from the token unless service token is used.

lastName Optional string

Last name for the subscriber. Will always be extracted from the token unless service token is used.

role Optional RegistrationRole

Role of the user in the event

username Optional string

Username for the subscriber. Will always be extracted from the token unless service token is used.


Interface defined in common/src/events/api/orval/api/orval-events.ts:70