Learn R Programming

zendeskR (version 0.4)

getAllOrganizations: getAllOrganizations

Description

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

Usage

getAllOrganizations()

Arguments

Value

returns a data.frame of all organizations

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.

References

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

Examples

Run this code
## Not run: 
#     ## This requires Zendesk authentication
#     organizations <- getAllOrganizations()
# ## End(Not run)

Run the code above in your browser using DataLab