mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
4.7 KiB
4.7 KiB
AdminGetUserGroups
Example Usage
import { AdminGetUserGroups } from "@lukehagar/discoursejs/sdk/models/operations";
let value: AdminGetUserGroups = {
allowMembershipRequests: false,
automatic: false,
bioCooked: "<value>",
bioExcerpt: "<value>",
bioRaw: "<value>",
canAdminGroup: false,
canSeeMembers: false,
defaultNotificationLevel: 533206,
displayName: "Verlie.Feeney",
flairBgColor: "<value>",
flairColor: "<value>",
flairUrl: "<value>",
fullName: "Ada Moen IV",
grantTrustLevel: "<value>",
hasMessages: false,
id: 301575,
incomingEmail: "<value>",
membersVisibilityLevel: 716075,
membershipRequestTemplate: "<value>",
mentionableLevel: 660174,
messageableLevel: 287991,
name: "<value>",
primaryGroup: false,
publicAdmission: false,
publicExit: false,
publishReadState: false,
title: "<value>",
userCount: 290077,
visibilityLevel: 383462,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
allowMembershipRequests |
boolean | ✔️ | N/A |
automatic |
boolean | ✔️ | N/A |
bioCooked |
string | ✔️ | N/A |
bioExcerpt |
string | ✔️ | N/A |
bioRaw |
string | ✔️ | N/A |
canAdminGroup |
boolean | ✔️ | N/A |
canSeeMembers |
boolean | ✔️ | N/A |
defaultNotificationLevel |
number | ✔️ | N/A |
displayName |
string | ✔️ | N/A |
flairBgColor |
string | ✔️ | N/A |
flairColor |
string | ✔️ | N/A |
flairGroupId |
string | ➖ | N/A |
flairUrl |
string | ✔️ | N/A |
fullName |
string | ✔️ | N/A |
grantTrustLevel |
string | ✔️ | N/A |
hasMessages |
boolean | ✔️ | N/A |
id |
number | ✔️ | N/A |
incomingEmail |
string | ✔️ | N/A |
membersVisibilityLevel |
number | ✔️ | N/A |
membershipRequestTemplate |
string | ✔️ | N/A |
mentionableLevel |
number | ✔️ | N/A |
messageableLevel |
number | ✔️ | N/A |
name |
string | ✔️ | N/A |
primaryGroup |
boolean | ✔️ | N/A |
publicAdmission |
boolean | ✔️ | N/A |
publicExit |
boolean | ✔️ | N/A |
publishReadState |
boolean | ✔️ | N/A |
title |
string | ✔️ | N/A |
userCount |
number | ✔️ | N/A |
visibilityLevel |
number | ✔️ | N/A |