Skip to main content

Add Member to Enterprise

POST https://deploygate.com/api/enterprises/{ENTERPRISE_USER}/users

Add a new member's account to your Enterprise.


Path Params

NameTypeRequiredDescription
ENTERPRISE_USERstringtrueName of Enterprise

Body

NameTypeRequiredDescription
userstringtrueName 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