Skip to main content

Invite Member

POST 

/v1/products/:productId/members/invite

This endpoint invites a Member into the given Product identified by the productId parameter.

Request

Path Parameters

    productId uuidrequired

    The identifier of the Product.

Body

required

    emails string[]required

    List of email addresses to invite.

    permissionGroupId int64required

    Identifier of the Permission Group to where the invited users should be added.

Responses

When the invite was successful.

Loading...