Accept a product share invite

Accepts a product sharing invite. The current user will gain access to the product linked to the sharing invite. The user that send the invite must have an active grant for the product at the point of acceptance.

If the current user already has a product share for the same product from the same product owner, an error code 409 will be returned and the invite will not be accepted.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
path Parameters
sharing_id
required
string

The ID of the user product sharing invite

Example: 0nasdj-aso25-6454
Responses
200

OK

400

Bad Request

404

Not Found

409

Conflict

put/zephr/public/products/v1/shares/invitations/{sharing_id}