updateMemberAbout( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates the "About" section content.

Each time the "About" section content is updated, revision increments by 1. The existing revision must be included when updating the "About" section content. This ensures you're working with the latest "About" section and prevents unintended overwrites.

Permissions
SCOPE.DC-MEMBERS.MANAGE-ABOUT
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the "About" section content.


memberAboutUpdateMemberAboutRequired
Returns
Return Type:Promise<MemberAbout>
Did this help?