get_vanity_urls: Get all vanity URLs

get_vanity_urlsR Documentation

Get all vanity URLs

Description

Get a table of all vanity URLs on the server. Requires administrator privileges.

Usage

get_vanity_urls(client)

Arguments

client

A Connect object.

Value

A tibble with columns for content_guid, path, and created_time.

Examples

## Not run: 
library(connectapi)
client <- connect()
get_vanity_urls(client)

## End(Not run)


connectapi documentation built on Aug. 9, 2025, 1:09 a.m.