getMember( )


Retrieves a member by ID.

This function returns a Promise that resolves to a member object.

Note: The resolved Member object contains only the fields that were explicity added to the Member object. Custom Contact fields are not automatically added to the Member object. They must be added to the Member object by the site owner.

Method Declaration
Copy
Method Parameters
idstringRequired

Member ID.


optionsFieldsetOptions

Fieldset options.

Returns
Return Type:Promise<Member>
Was this helpful?
Yes
No