Re-enable an account's ability to receive invite codes.
Input
Encoding
application/jsonaccount
stringdid
Required
A decentralized identifier (DID).
note
string
Optional
Optional reason for enabled invites.
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"
],
"properties": {
"note": {
"type": "string",
"description": "Optional reason for enabled invites."
},
"account": {
"type": "string",
"format": "did"
}
}
},
"encoding": "application/json"
},
"description": "Re-enable an account's ability to receive invite codes."
}