Add an owner
Applications
Add an owner
Make a workspace member responsible for the application.
Required scope applications:edit
post
/applications/{id}/ownersAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the application. Must belong to the workspace the key is bound to.
Bodyapplication/json
accountIdstring<uuid>requiredMember account to add as an owner.
Response201 · application/json
The owner was added.
accountIdstring<uuid>requiredIdentifier of the member account.
emailstringrequiredEmail address of the member.
firstNamestring | nullFirst name of the member.
lastNamestring | nullLast name of the member.
rolestring | nullRole the member holds on this application.