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": DisadusCommunity,
        "lmsLinked": false
    },
]
        

Last updated

Was this helpful?