Last data update: 2014.03.03

R: getAllOrganizations
getAllOrganizationsR Documentation

getAllOrganizations

Description

This function is used to retrieve information on all registered organizations in your Zendesk organization

Usage

getAllOrganizations()

Details

This function will return a data.frame containing all fields on every organization. The tags key will be returned within the data.frame as a list.

Value

returns a data.frame of all organizations

Author(s)

Tanya Cashorali

References

http://developer.zendesk.com/documentation/rest_api/organizations.html

Examples

## Not run: 
    ## This requires Zendesk authentication
    organizations <- getAllOrganizations()

## End(Not run)

Results