Invite User
POST/marketplaces/:marketplaceID/invites
Create a user invitation for a specific account in the marketplace.
If the user already exists in the marketplace, the account-user membership is created directly without sending an invitation email.
Key characteristics:
- The account must belong to the requesting marketplace.
- Supports all account types (marketplace, advertiser, agency).
- Supports roles: ADVERTISER, MARKETPLACE, ADVERTISER_REPORTER, MARKETPLACE_REPORTER.
- If
languageis not provided, the marketplace's default language is used for the invitation email. - Duplicate invitations within a short time window are throttled.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Invitation created successfully (or AccountUser created directly if user already exists in the marketplace)
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error