Servers

Add an owner to a server

Make a workspace member responsible for the server.

Required scope infrastructure:edit

post/servers/{id}/owners

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Path parameters

idstring<uuid>required

Identifier of the server.

Bodyapplication/json

accountIdstring<uuid>required

Member account to add as an owner.

Response201 · application/json

The owner was added.

accountIdstring<uuid>required

Identifier of the member account.

emailstringrequired

Email address of the member.

firstNamestring | null

First name of the member.

lastNamestring | null

Last name of the member.

rolestring | null

Role the member holds on this application.