URLs
POST api/v1/groups.xml (or .json)
CREATE a new group.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
Name |
string |
Name |
是 |
||
Key |
string |
If not specified, the key will be generated. |
否 |
||
Description |
string |
Default is an empty string. |
否 |
||
ParentGroupId |
int? |
Parent Group Id |
否 |
||
GroupType |
string |
GroupType should be one of: Joinless, PublicOpen, PublicClosed, PrivateUnlisted, PrivateListed. |
是 |
||
EnableGroupMessages |
bool? |
Default is false. |
否 |
||
AutoCreateApplications |
bool? |
Default is true. |
否 |
||
ExtendedAttributes |
RestExtendedAttributes |
Extended Attributes |
否 |