Flowdock - REST API: Get all Flow's users
book
Article ID: 131092
calendar_today
Updated On:
Products
CA Flowdock
Issue/Introduction
How to get all users of a Flow using Flowdock REST API?
Environment
Release:
Component: ACSAAS
Resolution
https://{{MyPersonalFlowdockToken}}@api.flowdock.com/flows/{{OrganizationName}}/{{FlowName}}/users
For example, for an organization named: MyOrg with a FlowName of 'MyFlow' it shall look like:
https://{{MyPersonalFlowdockToken}}@api.flowdock.com/flows/MyOrg/MyFlow/users
Additional Information
Check out more on Flowdock's API in the
online documentation.
Feedback