---
title: "Get the authenticated user organization roles"
method: GET
path: "/user/organization-roles"
tags: ["User"]
---

# Get the authenticated user organization roles

`GET /user/organization-roles`

## Response `200`

Successful Response

- OrganizationRole[]
  - `owner` AccountPublic, required
    - `id` string, required
    - `account_type` string, required
    - `name` string, required
    - `display_name` string
    - `description` string
    - `picture_url` string — https://robohash.org/ladybugbot
  - `name` string, required — The name of the role that is being bound to the user
  - `display_name` string, required — The display name for this role
  - `description` string, required — A description of the role
  - `resources` object — The resources that the role can access

---

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