Member Privacy Settings Object


Properties
idstringRead-onlyformat GUID

Member privacy settings ID.


publicMemberVisibilitystring

Who can see the public member profiles.


publicMemberCandidatesstring

Who can make the member profile public.


revisionintegerformat int64

Revision number, which increments by 1 each time the member privacy settings are updated. To prevent conflicting changes, the existing revision must be used when updating member privacy settings.


updatedDatestringRead-onlyformat date-time

Date and time when the member privacy settings were updated.

MemberPrivacySettings
JSON
{ "id": "e411fe13-9794-42b6-ad62-72c9917f1bac", "publicMemberVisibility": "VISIBLE_TO_ALL", "publicMemberCandidates": "ANYONE", "revision": "1", "updatedDate": "2021-08-30T08:44:20.629071Z" }
Did this help?