List all program members

Returns a paginated list of all Members of the given program. Each member returned is a combination of a User and a Program Role. Users can appear several times in the results, with different roles.

OAuth2

For OAuth2 bearer tokens, GET requires all of these read scopes: program:read (resources: program). Alternatively, the umbrella scope all:read (GET) or all:write (write methods) satisfies any endpoint.

Note

If the parent resource in the URL path cannot be accessed or does not exist, the response is 200 with an empty results list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Id of the Program (UUID, e.g. 1c36656f-46f8-419f-bcc3-06a95538904a).

Query Params
string

Which field to use when ordering the results. Available options: created_at. Ascending order by default, use a - before the name of the field to have a descending order (ex: ordering=-created_at). Defaults to -created_at.

integer

A page number within the paginated result set.

integer

Number of results to return per page.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json