v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Project Membership

Add Service Accounts To Projects

Adds a list of service account ids to a list of project ids with the specified role

post/organizations/{organizationId}/service-accounts/add-to-project

Request body

service_account_idsinteger[] required

List of service account ids

Response

Service accounts added to projects

status'ok'

"ok" if the request succeeded, "error" otherwise.

Example response

{
  "status": "ok"
}