Skip to content
Guides
API reference
stablemember:invite

Invite a seller member

Invites someone to a seller with a given role.

POST/v1/sellers/{sellerId}/invitations

Invites someone to a seller with a given role.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

sellerId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/sellers/string/invitations" \  -H "Content-Type: application/json" \  -d '{    "email": "string",    "roleId": "string"  }'
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}