Skip to main content

Get all users

GET/api/v1/users
Permissions required: View tenant users, View users
curl -X GET 'https://<my_api_endpoint>/api/v1/users' \
-H "Authorization: Bearer $REINFER_TOKEN"