Applications

Add an owner

Make a workspace member responsible for the application.

Required scope applications:edit

post/applications/{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 application. Must belong to the workspace the key is bound to.

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.