User

Create User

post/api/license-manager/users

Path parameters

accountNamestring required

Name of the VTEX account. Used as part of the URL

environmentstring required

Environment to use. Used as part of the URL

Request body

namestring required
emailstring required

Example request

{
  "name": "My New User Name",
  "email": "mynewuser@mydomain.com"
}

Changes