Learn R Programming

urlshorteneR (version 1.5.7)

bitly_retrieve_org: Retrieve a single Organization

Description

Retrive details for the specified organization.

Usage

bitly_retrieve_org(organization_id = NULL)

Arguments

organization_id

- a required string | A GUID for a Bitly organization. You may also simply pass "" (double quotes), but this should be avoided at all costs.

Organizations

Organizations are part of our hierarchy. This is the top level where a group and user will belong.

See Also

Examples

Run this code
if (FALSE) {
all_orgs <- bitly_retrieve_orgs()
ro <- bitly_retrieve_org(organization_id = all_orgs$guid)
}

Run the code above in your browser using DataLab