---
title: "Retrieve the sharing options available for folders. Use this endpoint to review the list of users and roles that can access your folder
resources."
method: GET
path: "/folders/share"
tags: ["Folder"]
---

# Retrieve the sharing options available for folders. Use this endpoint to review the list of users and roles that can access your folder
resources.

`GET /folders/share`

## Response `200`

OK

- SharingOptionsResponse
  - `users` User[], nullable — List of users in your team.
    - `id` string, uuid, required — Unique identifier of the user.
    - `name` string, required — Dispaly name of the user.
    - `email` string, required — Email address of the user.
  - `roles` GroupRole[], nullable — List of roles you can give the users.
    - `id` string, uuid, required — Unique identifier of the role.
    - `name` string, required — Name of the role.
    - `description` string, required — Description of the role.

## Other responses

- `401` — Unauthorized
- `default` — Error

---

[API](https://skmtc.net/kameleo-io/apis/kameleo-local-api.md) · [All operations](https://skmtc.net/kameleo-io/apis/kameleo-local-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kameleo-io/kameleo-local-api/versions/dc959e78ce25/schema)
