Skip to main content

com.atproto.server.createAccount

POST 

com.atproto.server.createAccount

Create an account. Implemented by PDS.

Request

Body

required

    email string
    handle handlerequired

    Requested handle for the account.

    did did

    Pre-existing atproto DID, being imported to a new account.

    inviteCode string
    verificationCode string
    verificationPhone string
    password string

    Initial account password. May need to meet instance-specific password strength requirements.

    recoveryKey string

    DID PLC rotation key (aka, recovery key) to be included in PLC creation operation.

    plcOp

Responses

OK

Schema

    accessJwt stringrequired
    refreshJwt stringrequired
    handle handlerequired
    did didrequired

    The DID of the new account.

    didDoc
Loading...