Creates a team for an application

POST /applications/{applicationId}/teams

Parameters

Name Required Type Description
applicationId true string
key false string

Response

"type": "object", "description": "Team", "properties": { "_doc": { "type": "string" }, "_system": { "type": "object", "properties": { "modified_on": { "type": "timestamp" }, "modified_by": { "type": "string" }, "modified_by_principal_id": { "type": "string" }, "modified_by_principal_domain_id": { "type": "string" }, "created_on": { "type": "timestamp" }, "created_by": { "type": "string" }, "created_by_principal_id": { "type": "string" }, "created_by_principal_domain_id": { "type": "string" } } }, "teamableObjectTypeId": { "type": "string", "readonly": true }, "teamableObjectId": { "type": "string", "readonly": true }, "key": { "type": "string" }, "groupId": { "type": "string" }, "groupDomainId": { "type": "string" }, "roleKeys": { "type": "array", "items": { "type": "string" } } }, "extends": "document" }