Developers
V1SocialMe

Save your alias and handle; edited text awaits moderation

Defaults to private and undiscoverable. Show the matching terms and EN/MS notices before accepting termsVersion; obtain each visibility/discovery choice separately. Consent choices and their timestamp/version are audited. This profile contains no contact, identity-document, birth-date or passport data.

PUT
/v1/social/me
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/v1/social/me" \  -H "Content-Type: application/json" \  -d '{    "alias": "string",    "handle": "string",    "termsVersion": "1.0.0"  }'
{  "profile": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "alias": "string",    "handle": "string",    "visibility": "private",    "followerCount": 0,    "followingCount": 0,    "following": "none",    "followedBy": true,    "muted": true,    "canViewConnections": false,    "discoverable": true,    "moderationStatus": "pending",    "revision": 1,    "termsVersion": "string",    "updatedAt": "2019-08-24T14:15:22Z",    "connectionsVisible": false  },  "termsVersion": "1.0.0",  "notices": {    "version": "1.0.0",    "profile": {      "en-MY": {        "title": "string",        "paragraphs": [          "string"        ]      },      "ms-MY": {        "title": "string",        "paragraphs": [          "string"        ]      }    },    "clubs": {      "en-MY": {        "title": "string",        "paragraphs": [          "string"        ]      },      "ms-MY": {        "title": "string",        "paragraphs": [          "string"        ]      }    }  }}