Information of the user who created the alias
import { ListAliasesCreator } from "@vercel/sdk/models/listaliasesop.js";
let value: ListAliasesCreator = {
uid: "96SnxkFiMyVKsK3pnoHfx3Hz",
email: "[email protected]",
username: "john-doe",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
uid |
string | ✔️ | ID of the user who created the alias | 96SnxkFiMyVKsK3pnoHfx3Hz |
email |
string | ✔️ | Email of the user who created the alias | [email protected] |
username |
string | ✔️ | Username of the user who created the alias | john-doe |