Roam.ai Docs
Roam v1
Home
Support
Forum
Dashboard
Search…
⌃K
Links
Roam v1
Roam.ai Docs
Roam v1
Search…
⌃K
Introduction
Getting Started
Frameworks
Android
iOS
React Native
Flutter
PRODUCTS
Tracking (BETA)
Geofencing
Trips
APIs
Authorization
Users API
Create User API
Get User API
Update User API
Locations API
Insights API
Trips v1 API
Trips v2 API
Geofencing API
Events API
Nearby API
Moving Geofence API
User Groups API
Query with Metadata
WEBHOOK
Webhook
Slack Integration
LIBRARIES
Javascript Library
Go Library
Python Library
Powered By
GitBook
Get User API
The Get User API provides a list of users who are using your app corresponding to the project secret API key provided.
get
https://api.roam.ai/v1
/api/user/
Get User API
Sample Request
curl --location --request GET 'https://api.roam.ai/v1/api/user/?start_date=2021-06-01&end_date=2021-06-06' \
--header 'Api-Key: 761f129e9d3a4de380baa6f4f0e7ab05'
Previous
Create User API
Next
Update User API
Last modified
9mo ago