Share via


GrooveSpaces.Create Operation

The Create operation creates a new empty workspace that contains no tools.

HTTP Post URL

The HTTP Post URL targets the service for the identity. This URI is provided by the GrooveAccounts.Read2 operation in the Identity.Spaces element.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

<Space />
<CSTURI />
Element Data type Description

Space

Space

Specifies the name and description of the created workspace.

CSTURI

xs:anyURI

Specifies the type of workspace to be created. Must have an empty string value (""). All other values are reserved for future use.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<CreateResult/>
Element Data type Description

CreateResponse

xs:anyURI

Provides a target URI for the ReadSpace operation for the newly created workspace.

Remarks

To add tools to a workspace, use the GrooveTools.ReadAvailableTools and GrooveTools.Create operations.

See Also

Reference

GrooveSpaces Web Service
GrooveSpaces.CreateFromGSA Operation
GrooveSpaces.CreateFromGSAByRef Operation
GrooveSpaces.CreateGrooveFileSharingSpace Operation

Concepts

Creating Workspaces