Skip to main content
Create a new session. The following permissions are required to run this action - SecurityCopilotWorkspaces.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Security Copilot documentation.

Parameters

ParameterDescription
Display NameThe display name of the session to create.
Workspace IDThe ID of the Security Copilot workspace. Use default for the default workspace.

Example Output

{
	"@odata.context": "https://graph.microsoft.com/beta/$metadata#security/securityCopilot/workspaces('default')/sessions/$entity",
	"id": "71a8abb6-ce18-496c-a8d4-4d0f51986c3e",
	"createdDateTime": "2025-09-17T01:03:14.07343Z",
	"lastModifiedDateTime": "2025-09-17T01:03:14.07343Z",
	"displayName": "Who am I"
}

Workflow Library Example

Create Session with Microsoft Security Copilot and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop