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)


rstudio/connectapi documentation built on Dec. 20, 2024, 1:48 p.m.