Disadus Documentation
  • Disadus Documentation
  • 🔓Authentication
    • Basic Authentication (REST)
    • Socket Authentication (WS)
  • 🔆Disadus Core
    • About Disadus Core
    • Page 2
    • 🫂Community Data
      • 📅Community Schedules
      • ⚙️Community LMS Settings
      • Community-Related Types
      • Get Community Info (REST)
      • Search For Communities (REST)
      • Get Communities Join Info (REST)
      • Join A Community (REST)
      • Leave A Community (REST)
    • 🧑User Data
      • User-Related Types
      • Get Self User Info (REST)
      • Get Self User Info (WS)
      • Get User Info by ID (REST)
      • Get User Info By ID (WS)
      • Get User Info By Username (WS)
  • 📖Disadus Courses
    • About Disadus Courses
    • 📣Course Announcements
    • 📝Course Assignments
    • ⚙️Course Preferences
    • 💯Course Grades
Powered by GitBook
On this page

Was this helpful?

  1. Disadus Core
  2. Community Data

Get Communities Join Info (REST)

Authorization Required

Get Communities of User

GET https://api.disadus.app/user/@me/communities

Headers

Name
Type
Description

Authorization

String

Bearer Token

[
    {
        "_id": "6243c2a30e81bd1716a8e9c2",
        "community": "tet",
        "userid": "TET00",
        "courses": {
            "tet0RZWG": 1,
            "tetANIME": 1,
            "tetCHEMY": 1,
            "tetCOMPC": 1,
            "tetGEOG": 1,
            "tetPHYSE": 1,
            "tetWRITE": 1,
            "tetMUSIC": 1
        },
        "communityObject": ,
        "lmsLinked": false
    },
]
        

PreviousSearch For Communities (REST)NextJoin A Community (REST)

Last updated 2 years ago

Was this helpful?

🔆
🫂