get_vanity_urls {connectapi} | R 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 |
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)
[Package connectapi version 0.5.0 Index]