bitly_update_group_pref | R Documentation |
Update preferences for a specific group
bitly_update_group_pref(group_id = NA, domain_pref = NA, showRequestURL = F)
group_id |
- a required string | A GUID for a Bitly group |
domain_pref |
- string |
showRequestURL |
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE. |
Groups are a subdivision within an organization. A user will belong to a group within an organization. Most actions on our API will be on behalf of a group. For example, when you shorten a link, it will be on behalf of a user and a group.
https://dev.bitly.com/api-reference#updateGroupPreferences
## Not run:
ui <- bitly_user_info(showRequestURL = TRUE)
group_pref <- bitly_update_group_pref(group_id = ui$default_group_guid[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.