Get the repository item owner
get/repository/items/{itemId}/owner
Returns the repository item owner.
1{2 "value": {3 "version": 1,4 "id": "dbdbef7d-dbdb-49c3-a154-fb41c261b802",5 "typeId": "user",6 "name": "SAS Test User 1",7 "displayName": "SAS Test User 1 (sastest1)"8 }9}
| Name | Type | Required | Description |
|---|---|---|---|
itemId | string | true | The unique identifier for the repository item. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded and the specified repository item owner is returned. | Schema |