Add Member to Enterprise
POST https://deploygate.com/api/enterprises/{ENTERPRISE_USER}/users
Add a new member's account to your Enterprise.
Path Params
Name | Type | Required | Description |
---|---|---|---|
ENTERPRISE_USER | string | true | Name of Enterprise |
Body
Name | Type | Required | Description |
---|---|---|---|
user | string | true | Name of User Account/ Mail Address |
Example
curl \
-X POST \
--url "https://deploygate.com/api/enterprises/${ENTERPRISE_NAME}/users" \
-H "Accept: application/json" \
-H "Authorization: Bearer ${API_TOKEN}" \
--form-string "user=${USERNAME}"
Result 201