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.
- application/json
- text/json
- application/*+json
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.
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.
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
- 200
- 400
- 404
- 429
When the invite was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...