com.atproto.admin.updateAccountEmail

Administrative action to update an account’s email.

class atproto_client.models.com.atproto.admin.update_account_email.Data

Bases: DataModelBase

Input data model for com.atproto.admin.updateAccountEmail.

field account: AtIdentifier [Required]

The handle or DID of the repo.

field email: str [Required]

Email.

class atproto_client.models.com.atproto.admin.update_account_email.DataDict

Bases: TypedDict

account: AtIdentifier

The handle or DID of the repo.

email: str

Email.