Security Information
Get linked Security Workspaces
Retrieve all Security Workspaces linked with the Jira site.
The result will be what is currently stored, ignoring any pending updates or deletes.
get/rest/security/1.0/linkedWorkspaces
Response
A list of all stored workspace IDs.
Example response
{
"workspaceIds": [
"111-222-333",
"444-555-666"
]
}