文章 Create Group REST 端点

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