List Discourse Users
GET/api/integrations/:integration_id/discourse/users
List active Discourse users for the username dropdowns. Returns
{id, name} where id is the username we store on the wire and
name is a friendly Display Name (@username) label.
Backed by the admin active list (/admin/users/list/active.json) —
enough to populate user/get + group-membership pickers. Suspended/staged
users won't appear; the manual fallback covers them and {{variables}}.
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error