---
title: "Retrieve a resource owner by ID"
method: GET
path: "/v4/resourceOwners/{resourceOwnerId}"
tags: ["ResourceOwners"]
---

# Retrieve a resource owner by ID

`GET /v4/resourceOwners/{resourceOwnerId}`

Retrieve a resource owner for the given `resourceOwnerId`.

## Path parameters

- `resourceOwnerId` string, uuid, required

## Response `200`

OK

- ResourceOwner
  - `id` string, uuid, required
  - `name` string, required
  - `email` string, required

## Other responses

- `400` — Bad Input
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis.md) · [All operations](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldview/climate-fieldview-platform-apis/revisions/f6831695600e/schema)
