Skip to main content
POST
Add Service Accounts To Projects

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

organizationId
integer
required

Your organization id (eg: 12345)

Body

application/json
projects
object[]
required

List of project/roles

service_account_ids
integer[]
required

List of service account ids

Response

Service accounts added to projects

status
enum<string>

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

Available options:
ok
Example:

"ok"