HomeGuidesDeveloper HubRelease Notes
Get supportBook a chat
Developer Hub
These docs are for v2.134. Click to read the latest docs for v2.208.

Get specific member

Users should be able to have access to their own information, like their member’s Email and their points. Use the following endpoint to fetch information about a specific member.

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

Query values

The following table describes the values included in the query parameter request.

ValueDescriptionData type
FieloPLT__Email__cUsed to retrieve the Email of the logged in member.String
FieloPLT__Points__cUsed to retrieve the amount of points of the logged in member.String
📘

Allows you to obtain information about any type of Member, such as Individual, Contributor or Organization Member.

Response definitions

The following table describes each item in the response.

Response itemDescriptionData type
FieloPLT__Email__cThe Email of the requested member.String
FieloPLT__Points__cThe amount of points of the logged in member has.String
IdUnique identifier of the retrieved object.String
FieloPLT__Status__cDisplay the status of the member in the program.String
Path Params
string
required

Member ID (either a Salesforce Record ID or an external ID)

Query Params
string

A comma-separated list of fields (API name) to return new fieldsets in the response

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json