You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"userMembership": { //available only if request is made by an authenticated user"username": "<requestor username>",
"memberType": "owner | member |admin | none",
"applications": number of applications //available only to admins and owners
},
Describe the bug
I think there is an update needed to the documentation to change
"nonmember"
to"none"
getUserMembership
documentation states that it returns aPromise<GroupMembership>
:But the Promise<GroupMembership> docs state:
The latter coincides with the REST docs:
Reproduction
Visit the webpage getUserMembership
Logs
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: