Create service account
Create a new service account in the current account. Team admin only.
post/service-accounts
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/CreateServiceAccountParams.json"
}Response
Created
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/CreateServiceAccountResponse.json"
}