GET

Get Member


Retrieves a member by ID.

  • PUBLIC fieldset returns id, contactId, and the profile object. status, privacyStatus and activityStatus are returned as UNKNOWN.
  • EXTENDED fieldset returns id, loginEmail, status, contactId, privacyStatus, activityStatus, and the profile object.
  • FULL fieldset returns all fields.

Members are typically associated with a contact, each having a distinct member and contact ID. When passing the ID as a parameter, avoid presuming the IDs are identical since they represent separate entities.

Permissions
Manage Bookings Services and Settings
Manage Members
Manage Events
Access Verticals by Automations
Set Up Automations
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.
Endpoint
GET
https://www.wixapis.com/members/v1/members/{id}

Path Params
idstringRequired

Member ID.

Query Params
fieldsetsArray <string>

Predefined set of fields to return.

Defaults to PUBLIC.

Response Object
memberMember

The requested member.

Retrieving a member by ID

Request
cURL
Response
JSON
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?