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
Read Members
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Member ID.


optionsGetMemberOptions

Fieldset options.

Returns
Return Type:Promise<Member>
Errors
404Not Found

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?