Learn R Programming

urlshorteneR (version 2.0.0)

bitly_retrieve_groups: Retrieve a list of all groups

Description

Retrive details for all groups that a user belongs to.

Usage

bitly_retrieve_groups(organization_id = NULL, showRequestURL = F)

Arguments

organization_id

- an optional string parameter | A GUID for a Bitly organization

showRequestURL

- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.

Group

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.

See Also

Examples

Run this code
if (FALSE) {
rg <- bitly_retrieve_groups("") # will still work ok
}

Run the code above in your browser using DataLab