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
## Not run: 
    ## This requires Zendesk authentication
    zendesk('username', 'password', 'https://help.example.com')
    users <- getAllUsers()

## End(Not run)

zendeskR documentation built on May 2, 2019, 9:34 a.m.