-
Notifications
You must be signed in to change notification settings - Fork 0
Users (non SCIM)
José Ignacio Amelivia Santiago edited this page May 27, 2021
·
1 revision
List All Users reference on the official TravelPerk documentation.
This function will return a list of all users.
# Retrieve all users without pagination
users = travelperk.users().users().query().get()
#Retrieve a users paginated response
users = travelperk.users().users().query().set_offset(50).set_limit(10).get()