get_vanity_urls | R Documentation |
Get a table of all vanity URLs on the server. Requires administrator privileges.
get_vanity_urls(client)
client |
A |
A tibble with columns for content_guid
, path
, and
created_time
.
## Not run:
library(connectapi)
client <- connect()
get_vanity_urls(client)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.