Members API

by Justin Stayton | Last edited: 5/16/2011

Display mode: list

Parameters

emailencode

By default, the __emailaddress__ tag is obfuscated with JavaScript to prevent email harvesting. This can be disabled by including this parameter.

Example:

"emailencode:no",

find_group

Limits the members to those in a certain group, specified by group slug.

Example:

"find-group:current-employees",

howmany

Limits the number of members returned. By default, 250 are returned at a time.

Example:

"howmany:25",

page

In conjunction with howmany, specifies which page of results to return.

Example:

"page:2",

Show

show
TagDescription
__about__ Biographical information about the member.
__address__ Complete address, including street, city, state (abbreviated), country (abbreviated), and zip code.
__birthdate__ Date of birth in yyyy-mm-dd format. To change the format, include the format parameter: __birthdate format='F j, Y'__. Any PHP date() format can be used.
__cellphone__ Cell phone number.
__city__ City name of member's address.
__country__ Country name of member's address.
__countryAB__ Two letter country name abbreviation.
__emailaddress__ Email address.
__firstname__ First name.
__flickrurl__ URL of member's Flickr account.
__fullname__ Full name (first name and last name).
__galleryurl__ URL of member's photo gallery.
__homephone__ Home phone number.
__id__ Internal ID of the member for unique identification.
__interests__ Comma separated list of interests.
__lastname__ Last name.
__latitude__ Latitude coordinate of member's address.
__longitude__ Longitude coordinate of member's address.
__photourl__ URL of member's photo.
__photothumburl__ URL of thumbnail of member's photo.
__podcasturl__ URL of member's podcast.
__rssfeedurl__ URL of member's RSS feed.
__slug__ Slugged version of member's full name.
__state__ State (or region) name of member's address.
__stateAB__ Two letter state (or region) name abbreviation. Outside of the United States, this is usually a number.
__street__ Street number and name of member's address.
__username__ Log in username.
__websiteurl__ URL of member's website.
__workphone__ Work phone number.
__zipcode__ Zip code (or postal code) of member's address.
Any Custom Fields setup for Users will output their API tags

Display mode: profile

Parameters

emailencode

By default, the __emailaddress__ tag is obfuscated with JavaScript to prevent email harvesting. This can be disabled by including this parameter.

Example:

"emailencode:no",

find

Specifies the member to display, using either member ID, slug, or a combination of both. Since a member's slug is not guaranteed to be unique, member ID is recommended. The following example shows how both member ID and slug can be specified together.

Example:

"find:154789-michael-williams",

Show

show
TagDescription
__about__ Biographical information about the member.
__address__ Complete address, including street, city, state (abbreviated), country (abbreviated), and zip code.
__birthdate__ Date of birth in yyyy-mm-dd format. To change the format, include the format parameter: __birthdate format='F j, Y'__. Any PHP date() format can be used.
__cellphone__ Cell phone number.
__city__ City name of member's address.
__country__ Country name of member's address.
__countryAB__ Two letter country name abbreviation.
__emailaddress__ Email address.
__firstname__ First name.
__flickrurl__ URL of member's Flickr account.
__fullname__ Full name (first name and last name).
__galleryurl__ URL of member's photo gallery.
__homephone__ Home phone number.
__id__ Internal ID of the member for unique identification.
__interests__ Comma separated list of interests.
__lastname__ Last name.
__latitude__ Latitude coordinate of member's address.
__longitude__ Longitude coordinate of member's address.
__photourl__ URL of member's photo.
__photothumburl__ URL of thumbnail of member's photo.
__podcasturl__ URL of member's podcast.
__rssfeedurl__ URL of member's RSS feed.
__slug__ Slugged version of member's full name.
__state__ State (or region) name of member's address.
__stateAB__ Two letter state (or region) name abbreviation. Outside of the United States, this is usually a number.
__street__ Street number and name of member's address.
__username__ Log in username.
__websiteurl__ URL of member's website.
__workphone__ Work phone number.
__zipcode__ Zip code (or postal code) of member's address.
Any Custom Fields setup for Users will output their API tags