Administrative action to update an account's email.
Input
Encoding
application/jsonaccount
stringat-identifier
Required
The handle or DID of the repo.
email
string
Required
No description provided.
Try It
Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"account",
"email"
],
"properties": {
"email": {
"type": "string"
},
"account": {
"type": "string",
"format": "at-identifier",
"description": "The handle or DID of the repo."
}
}
},
"encoding": "application/json"
},
"description": "Administrative action to update an account's email."
}