Learn R Programming

zendeskR (version 0.4)

getAllUsers: getAllUsers

Description

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

Usage

getAllUsers()

Arguments

Value

returns a data.frame of all users

Details

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

References

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

Examples

Run this code
## Not run: 
#     ## This requires Zendesk authentication
#     zendesk('username', 'password', 'https://help.example.com')
#     users <- getAllUsers()
# ## End(Not run)

Run the code above in your browser using DataLab