Users

Create a contributor user

post/products/{product_id}/users

Path parameters

product_idstring required

ProductId identifier

Request body

Example request

{
  "user": {
    "first_name": "Sarah",
    "enabled": false
  }
}

Response

Successful operation

Changes

No recorded changes to this endpoint across all 5 revisions of this API.