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