User Member Object


Properties
memberIdstringRead-onlyformat GUID

Profile ID.


userIdstringRead-onlyformat GUID

User ID.


contactIdstringRead-onlyformat GUID

Contact ID.


siteMembersInstanceIdstringRead-onlyformat GUID

Instance ID of the installed Wix Members Area app on the Wix site.


metaSiteIdstringRead-onlyformat GUID

Metasite ID.


photoPhoto

User member profile picture.


nicknamestringRead-only

User member nickname.


privacyStatusstringRead-only

User member profile privacy status.


createdDatestringRead-onlyformat date-time

Date and time the user member was created.


updatedDatestringRead-onlyformat date-time

Date and time the user member was updated.


statusstringRead-only

User member site access status.


activityStatusstringRead-only

User member activity status.

UserMember
JSON
{ "memberId": "e62e3011-55cf-4de3-a497-e097b52d86b7", "userId": "e62e3011-55cf-4de3-a497-e097b52d86b7", "contactId": "1018621a-2811-4f13-b209-399f2c276ce8", "siteMembersInstanceId": "6d8a76aa-f601-41f5-ba86-28ffb2c4d92c", "metaSiteId": "042a5019-0387-47fc-8207-df695344428d", "photo": { "id": "", "url": "https://lh3.googleusercontent.com/a/ACg8ocJWGytgFklzRL3dKHsxBHATAKhIuU6BOwEcJR3m4IuFvZQ_Aw%3Ds96-c", "height": 0, "width": 0, "offsetX": 0, "offsetY": 0 }, "nickname": "John Doe", "privacyStatus": "PUBLIC", "createdDate": "2024-01-01T01:01:0Z", "updatedDate": "2025-01-01T01:01:0Z", "status": "APPROVED", "activityStatus": "ACTIVE" }
Did this help?