Spaces
Space events notify you about changes to spaces in your Qlik Cloud tenant, including creation, updates, member modifications, and deletion of space resources.
These events are deprecated and will be removed on or after November 30, 2026.
Use the Spaces events in the core namespace instead. For the full event mapping, see the deprecation notice.
Published when a user or group is assigned to a space.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the created assignment.
data properties
- idstringRequired
Identifier of the assignment.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- rolesarray of stringsRequired
Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"
- spaceIdstringRequired
Identifier of the space the assignment belongs to.
- tenantIdstringRequired
Identifier of the tenant the space belongs to.
- createdAtstringRequired
Timestamp when the assignment was created.
- createdBystringRequired
Identifier of the user who created the assignment.
- assigneeIdstringRequired
Identifier of the user or group assigned to the Space.
-
com.qlik.space.assignment.created
Example payload of the "Space assignment created" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.assignment.created", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "type": "user", "roles": [ "facilitator" ], "spaceId": "string", "tenantId": "string", "createdAt": "2025-03-07T23:47:53Z", "createdBy": "00000000-0000-0000-0000-000000000000", "assigneeId": "00000000-0000-0000-0000-000000000000" }}Published when a space assignment is deleted.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the deleted assignment.
data properties
- idstringRequired
Identifier of the assignment.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- spaceIdstringRequired
Identifier of the space the assignment belongs to.
- spaceNamestringRequired
Name of the space.
- assigneeIdstringRequired
Identifier of the user or group assigned to the space.
- descriptionstring
Description of the assignment.
- spaceDeletebooleanRequired
If true the assignment was deleted because its parent space was deleted.
-
com.qlik.space.assignment.deleted
Example payload of the "Space assignment deleted" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.assignment.deleted", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "type": "user", "spaceId": "string", "spaceName": "string", "assigneeId": "string", "description": "string", "spaceDelete": true }}Published when a space assignment is updated.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the updated assignment.
data properties
- idstringRequired
Identifier of the assignment.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- rolesarray of stringsRequired
Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"
- spaceIdstringRequired
Identifier of the space the assignment belongs to.
- updatedAtstringRequired
Timestamp when the assignment was updated.
- updatedBystringRequired
Identifier of the user who updated the assignment.
- assigneeIdstringRequired
Identifier of the user or group assigned to the space.
- descriptionstring
-
com.qlik.space.assignment.updated
Example payload of the "Space assignment updated" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.assignment.updated", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "type": "user", "roles": [ "facilitator" ], "spaceId": "string", "updatedAt": "2025-03-07T23:47:53Z", "updatedBy": "string", "assigneeId": "string", "description": "string" }}Published when a space is created in the tenant.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the created space.
data properties
- idstringRequired
Identifier of the space.
- namestring
Name of the space.
- typestringRequired
Can be one of: "managed""shared""data"
- ownerIdstringRequired
Identifier of the space owner.
- tenantIdstringRequired
Identifier of the tenant the space belongs to.
- createdAtstringRequired
Timestamp when the space was created.
- createdBystring
Identifier of the user who created the space.
- descriptionstring
Description of the space.
- environmentobject
Environment details if the space belongs to an environment.
environment properties
- idstring
Identifier of the environment.
- namestring
Name of the environment.
- tenantIdstring
Identifier of the tenant.
- createdAtstring
Timestamp when the environment was created.
- createdBystring
Identifier of the user who created the environment.
- updatedAtstring
Timestamp when the environment was updated.
- updatedBystring
Identifier of the user who last updated the environment.
- variablesarray of objects
Key-value pairs.
variables properties
- keystring
Variable key.
- valuestring
Variable value.
-
- descriptionstring
Description of the environment.
-
- environmentIdstring
Identifier of the environment the space belongs to.
-
com.qlik.space.created
Example payload of the "Space created" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.created", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "name": "Public space", "type": "managed", "ownerId": "00000000-0000-0000-0000-000000000000", "tenantId": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-03-07T23:47:53Z", "createdBy": "00000000-0000-0000-0000-000000000000", "description": "Publicly available space", "environment": { "id": "00000000-0000-0000-0000-000000000000", "name": "Production", "tenantId": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-03-07T23:47:53Z", "createdBy": "00000000-0000-0000-0000-000000000000", "updatedAt": "2025-03-07T23:47:53Z", "updatedBy": "00000000-0000-0000-0000-000000000000", "variables": [ { "key": "string", "value": "string" } ], "description": "Production environment" }, "environmentId": "00000000-0000-0000-0000-000000000000" }}Published when a space is deleted from the tenant.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the deleted space.
data properties
- idstringRequired
Identifier of the deleted space.
- namestring
- ownerIdstring
-
com.qlik.space.deleted
Example payload of the "Space deleted" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.deleted", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "name": "string", "ownerId": "string" }}Published when the groups cache is invalidated for a user.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the groups cache invalidation.
data properties
- userIdstringRequired
Identifier of the user related to the event.
- tenantIdstringRequired
Identifier of the tenant related to the event.
-
com.qlik.space.groups.cache.invalidated
Example payload of the "Space groups cache invalidated" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.groups.cache.invalidated", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "userId": "00000000-0000-0000-0000-000000000000", "tenantId": "00000000-0000-0000-0000-000000000000" }}Published when the space settings are updated.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the updated space settings.
data properties
- tenantIdstringRequired
Identifier of the tenant.
- allowSharesbooleanRequired
Whether app sharing is allowed in the space.
- allowOfflinebooleanRequired
Whether offline usage is allowed from shared or managed spaces.
-
com.qlik.space.settings.updated
Example payload of the "Space settings updated" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.settings.updated", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "tenantId": "00000000-0000-0000-0000-000000000000", "allowShares": true, "allowOffline": true }}Published when a new space share is created.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the created share.
data properties
- idstringRequired
Unique identifier for the share.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- rolesarray of stringsRequired
Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"
- spaceIdstringRequired
Identifier of the space the share belongs to.
- tenantIdstringRequired
Identifier of the tenant.
- createdAtstringRequired
Timestamp when the share was created.
- createdBystringRequired
Identifier of the user who created the share.
- spaceTypestringRequired
Can be one of: "managed""shared""data"
- assigneeIdstringRequired
Unique identifier for the user or group assigned the share.
- resourceIdstringRequired
Identifier for the resource being shared.
- descriptionstring
Description of the share.
- resourceNamestringRequired
Name of the resource being shared.
- resourceTypestringRequired
All supported resource types for sharing.
Can be one of: "app""note"
-
com.qlik.space.share.created
Example payload of the "Space share created" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.share.created", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "type": "user", "roles": [ "facilitator" ], "spaceId": "00000000-0000-0000-0000-000000000000", "tenantId": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-03-07T23:47:53Z", "createdBy": "00000000-0000-0000-0000-000000000000", "spaceType": "managed", "assigneeId": "00000000-0000-0000-0000-000000000000", "resourceId": "string", "description": "Shared app for science", "resourceName": "string", "resourceType": "app" }}Published when a space share is deleted.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the deleted share.
data properties
- idstringRequired
Unique identifier for the share.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- spaceIdstringRequired
Identifier of the space the share belongs to.
- spaceNamestringRequired
Name of the space.
- assigneeIdstringRequired
Unique identifier for the user or group assigned the share.
- resourceIdstringRequired
- descriptionstring
Description of the share.
- spaceDeletebooleanRequired
If true the share was deleted because its parent space was deleted.
- resourceNamestringRequired
Name of the resource being shared.
- resourceTypestringRequired
All supported resource types for sharing.
Can be one of: "app""note"
-
com.qlik.space.share.deleted
Example payload of the "Space share deleted" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.share.deleted", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "type": "user", "spaceId": "00000000-0000-0000-0000-000000000000", "spaceName": "Accounting", "assigneeId": "00000000-0000-0000-0000-000000000000", "resourceId": "string", "description": "Shared app for science", "spaceDelete": true, "resourceName": "string", "resourceType": "app" }}Published when a session is attached to a space share.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the share session attachment.
data properties
- idstringRequired
Unique identifier for the share.
- sessionIdstringRequired
Identifier of the session.
- assigneeIdstringRequired
Unique identifier for the user or group assigned the share.
-
com.qlik.space.share.session.attached
Example payload of the "Space share session attached" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.share.session.attached", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "sessionId": "00000000-0000-0000-0000-000000000000", "assigneeId": "00000000-0000-0000-0000-000000000000" }}Published when a space share is updated.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the updated share.
data properties
- idstringRequired
Unique identifier for the share.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- rolesarray of stringsRequired
Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"
- linkIdstringRequired
Identifier of the share link.
- spaceIdstringRequired
Identifier of the space the share belongs to.
- tenantIdstringRequired
Identifier of the tenant related to the event.
- createdAtstringRequired
Timestamp when the share was created.
- createdBystringRequired
Identifier of the user who created the share.
- spaceTypestringRequired
Can be one of: "managed""shared""data"
- updatedAtstringRequired
Timestamp when the share was updated.
- updatedBystring
Identifier of the user who updated the share.
- assigneeIdstringRequired
Identifier of the user or group assigned the share.
- resourceIdstringRequired
Identifier for the resource being shared.
- resourceNamestringRequired
Name of the resource being shared.
- resourceTypestringRequired
All supported resource types for sharing.
Can be one of: "app""note"
-
com.qlik.space.share.updated
Example payload of the "Space share updated" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.share.updated", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "type": "user", "roles": [ "facilitator" ], "linkId": "00000000-0000-0000-0000-000000000000", "spaceId": "00000000-0000-0000-0000-000000000000", "tenantId": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-03-07T23:47:53Z", "createdBy": "00000000-0000-0000-0000-000000000000", "spaceType": "managed", "updatedAt": "2025-03-07T23:47:53Z", "updatedBy": "00000000-0000-0000-0000-000000000000", "assigneeId": "00000000-0000-0000-0000-000000000000", "resourceId": "00000000-0000-0000-0000-000000000000", "resourceName": "SomeApp", "resourceType": "app" }}Published when a space is updated.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
The version of the CloudEvents specification which the event uses.
- datacontenttypestring
Content type of the data value. Must adhere to RFC 2046 format.
- useridstring
Unique identifier for the user related to the event.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the updated space.
data properties
- idstringRequired
Identifier of the space.
- namestring
Name of the space.
- typestring
Can be one of: "managed""shared""data"
- ownerIdstringRequired
Identifier of the space owner.
- createdAtstring
Timestamp when the space was created.
- updatedAtstringRequired
Timestamp when the space was updated.
- descriptionstring
Description of the space.
- environmentobject
Environment details if the space belongs to an environment.
environment properties
- idstring
Identifier of the environment.
- namestring
Name of the environment.
- tenantIdstring
Identifier of the tenant.
- createdAtstring
Timestamp when the environment was created.
- createdBystring
Identifier of the user who created the environment.
- updatedAtstring
Timestamp when the environment was updated.
- updatedBystring
Identifier of the user who last updated the environment.
- variablesarray of objects
Key-value pairs.
variables properties
- keystring
Variable key.
- valuestring
Variable value.
-
- descriptionstring
Description of the environment.
-
- environmentIdstring
Identifier of the environment the space belongs to.
-
com.qlik.space.updated
Example payload of the "Space updated" event
{ "id": "A234-1234-1234", "time": "2026-04-05T17:31:00Z", "type": "com.qlik.space.updated", "source": "com.qlik/my-service", "specversion": "1.0", "datacontenttype": "application/json", "userid": "605a18af2ab08cdbfad09259", "tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69", "data": { "id": "00000000-0000-0000-0000-000000000000", "name": "Public space", "type": "managed", "ownerId": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-03-07T23:47:53Z", "updatedAt": "2025-03-07T23:47:53Z", "description": "Publicly available space", "environment": { "id": "00000000-0000-0000-0000-000000000000", "name": "Production", "tenantId": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-03-07T23:47:53Z", "createdBy": "00000000-0000-0000-0000-000000000000", "updatedAt": "2025-03-07T23:47:53Z", "updatedBy": "00000000-0000-0000-0000-000000000000", "variables": [ { "key": "string", "value": "string" } ], "description": "Production environment" }, "environmentId": "00000000-0000-0000-0000-000000000000" }}