ICreateUser

Interface

Properties

Property Type Notes
agoId Optional string

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

deleted Optional boolean

Flag for deleted user

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.

optedOut Optional boolean

Flag for unsubscribed user

username Optional string

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


Interface defined in common/src/newsletters/api/orval/api/orval-newsletters.ts:59