getAllUsers {zendeskR} | R Documentation |
getAllUsers
Description
This function is used to retrieve information on all registered Zendesk users in your organization
Usage
getAllUsers()
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.
Value
returns a data.frame of all users
Author(s)
Tanya Cashorali
References
http://developer.zendesk.com/documentation/rest_api/users.html
Examples
## Not run:
## This requires Zendesk authentication
zendesk('username', 'password', 'https://help.example.com')
users <- getAllUsers()
## End(Not run)
[Package zendeskR version 0.4 Index]