Skip to main content

Endpoints

MethodPathDescription
GET/api/v2/usersList organization users

List users

GET /api/v2/users Returns active users in the organization. Use a returned ID as userId when creating or updating a room.
curl https://api.flowla.com/api/v2/users \
  -H "x-flowla-api-key: YOUR_API_KEY"