Group - Assigns access to assets for a group

Performs a bulk operation to assign access to multiple assets for a designated group.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Enter the ID of the tenant under which assets will be assigned to the group.

groupIdstring · uuidRequired

Enter the ID of the group to which assets will be assigned.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Bodyobject[]

Class for representing response model for asset assignment errors.

assetIdstring · uuidOptional

A public property of type GUID that has both a getter and a setter method, which allows for getting and setting the value of the AssetId property.

roleIdstring · uuidOptional

A public property of type GUID that has both a getter and a setter method, which allows for getting and setting the value of the RoleId property.

rlsRolestring[] | nullableOptional

A public property of type list of strings that has both a getter and a setter method, which allows for getting and setting the value of the RlsRole property.

Responses
200

Success: Acknowledgment received for the successful assignment of assets to the specified group.

post
/tenants/{tenantId}/groups/{groupId}/assets

Last updated