getMember( )


Retrieves a member by ID.

Note: The returned Member object contains only the fields that were explicitly 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.

Permissions
Manage Bookings Services and Settings
Manage Members
Read Members and Contacts - all read permissions
Read Members
Manage Portfolio
Manage Restaurants - all permissions
Manage Members and Contacts - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Member ID.


optionsGetMemberOptions

Fieldset options.

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