CreateActorRequest: {
    baseUrl: string;
    handle?: string | null;
    name?: string | null;
}

Used to create an actor for the account

Type declaration

  • baseUrl: string

    Base url of the actor. The actor URI will be of the form {baseUrl}/actor/some_secret

  • Optionalhandle?: string | null

    If present, an acct-uri of the form acct:{handle}@{domain} where domain is determined from baseUrl is created

  • Optionalname?: string | null

    Internal name of the actor. Used to simplify display of the actor.