Skip to content
  • Auto
  • Light
  • Dark
Get Started

Create

Set
put/api/v1/apps/{app_id}/owners

Sets the owners for a given app to the specified list of users.

Path Parameters
app_idstring

The app_id field for the app to set the owners of.

Body Parameters
userIdsarray of string
optional

The user_ids field for the users to set as an owner of the app.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/owners \
    -X PUT \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}