flickrex v0.6.0 Flickrex.Flickr.Groups.Members View Source

Link to this section Summary

Functions

Get a list of the members of a group. The call must be signed on behalf of a Flickr member, and the ability to see the group membership will be determined by the Flickr member’s group privileges

Link to this section Types

Link to this section Functions

Link to this function get_list(args \\ []) View Source
get_list(args()) :: operation()

Get a list of the members of a group. The call must be signed on behalf of a Flickr member, and the ability to see the group membership will be determined by the Flickr member’s group privileges.

This method requires authentication with “read” permission.

Arguments

  • group_id - (required) Return a list of members for this group. The group must be viewable by the Flickr member on whose behalf the API call is made.

  • membertypes - Comma separated list of member types

    • 2: member
    • 3: moderator
    • 4: admin
    By default returns all types. (Returning super rare member type “1: narwhal” isn’t supported by this API method)

  • per_page - Number of members to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.

  • page - The page of results to return. If this argument is omitted, it defaults to 1.