6d091bc86a33
Adds multiple responsibilities in one go.
Adds multiple responsibilities in one go. Assigns the given users to the resources with the given roles.
Request body
The ID of the role that should be assigned to user.
The ID of the user who the responsibility is created for.
The ID of the resource which the responsibility is created for. NOTE: if null, a global responsibility is created.
The type of the resource which the responsibility is created for, i.e. [Community, Asset, Domain].
The discriminator for distinguishing the type of the resource which the responsibility is created for. Valid values are : "Community", "Domain" or "Asset"
Response
Responsibilities successfully added.
The id of the represented object (entity).
The id of the user that created this resource.
The timestamp (in UTC time standard) of the creation of this resource.
The id of the user who modified this resource the last time.
The timestamp (in UTC time standard) of the last modification of this resource.
Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.