GET /servicePrincipals/{servicePrincipal-id}/owners/$ref

Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.

Servers

Path parameters

Name Type Required Description
servicePrincipal-id String Yes

The unique identifier of servicePrincipal

Request headers

Name Type Required Description
ConsistencyLevel String No

Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries

Query parameters

Name Type Required Description
$orderby[] Array No

Order items by property values

$top Integer No

Show only the first n items

$count Boolean No

Include count of items

$filter String No

Filter items by property values

$skip Integer No

Skip the first n items

$search String No

Search items by search phrases

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.