🎉 Ryft Explorer beta is released. Learn more →
AboutAboutProtocol Explorer ↗Protocol Explorer ↗ (opens in a new tab)
  • Introduction
    • Get Started
    • Installation
      • Createconversation
      • Creategroup
      • Sendmessage
      • Setgroupmembers
      • Updategroup
      • Setfollow
      • Setnotificationsreadtime
      • Updateprofile
      • Getpost
      • Getposts
      • Getprofile
      • Getreaction
      • Connect
      • Decryptmessage
      • Logout
      • Createpost
      • Deletepost
      • Editpost
      • React
      • Uploadmedia
    • Configuration
    • Overview
    • Points
    • Installation
    • App Studio
    • Decentralized Identify
    • Magma
    • Rules Engine
    • Tectonix
    • UI Kits
    • Video
    • Overview
  • Introduction
  • About
    • Get Started
    • Installation
      • Createconversation
      • Creategroup
      • Sendmessage
      • Setgroupmembers
      • Updategroup
      • Setfollow
      • Setnotificationsreadtime
      • Updateprofile
      • Getpost
      • Getposts
      • Getprofile
      • Getreaction
      • Connect
      • Decryptmessage
      • Logout
      • Createpost
      • Deletepost
      • Editpost
      • React
      • Uploadmedia
    • Configuration
    • Overview
    • Points
    • Installation
    • App Studio
    • Decentralized Identify
    • Magma
    • Rules Engine
    • Tectonix
    • UI Kits
    • Video
    • Overview
  • Protocol Explorer ↗ (opens in a new tab)

On This Page

  • Returns
Question? Give us feedback → (opens in a new tab)Edit this page
API
profiles
Updateprofile

ryft.updateProfile()

Used to for users to update their profile details.

let res = await ryft.updateProfile({
  pfp: "https://...",
  username: "Alice"
});
 

Returns

{
  status: 200,
  doc: "cjzl6cwe1...x6iqjwvcb",
  result: "Success."
}
SetnotificationsreadtimeGetpost

Ryft | Docs