getAllUsers: getAllUsers

Description Usage Details Value Author(s) References Examples

Description

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

Usage

1

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

1
2
3
4
5
6
7
## Not run: 

## This requires Zendesk authentication
zendesk('username', 'password', 'https://help.example.com')
users <- getAllUsers()

## End(Not run)

tcash21/zendeskR documentation built on May 31, 2019, 7:28 a.m.