Represents the body of the request to change the user site.

interface ChangeSiteBody {
    siteId: string;
    userId: string;
}

Properties

Properties

siteId: string

The ID of the site to switch to.

userId: string

The ID of the user.