---
title: "Obtenir mes organisations"
method: GET
path: "/users/me/organizations"
tags: ["Utilisateurs"]
---

# Obtenir mes organisations

`GET /users/me/organizations`

Renvoie la liste des organisations où l'utilisateur connecté a des droits<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessPublicData<br/><br/>

## Response `200`

Success

- HelloAssoApiV5CommonModelsOrganizationsOrganizationLightModel[]
  - `logo` string, nullable — Logo of organization
  - `name` string, nullable — Name of organization
  - `role` 'OrganizationAdmin' | 'FormAdmin'
  - `city` string, nullable — Organization city
  - `zipCode` string, nullable — Organization zip code
  - `description` string, nullable — Organization description
  - `updateDate` string, date-time — Last update date of the organization
  - `categoryJoId` integer, nullable
  - `url` string, nullable — The organization url
  - `organizationSlug` string, nullable — The organization slug

## Other responses

- `401` — Unauthorized, you must add a valid JWT into Authorization Header with the format : `Bearer TOKEN`
- `403` — The JWT token hasn't the privileges or Roles for this action

---

[API](https://skmtc.net/helloasso/apis/api-authentication-access-token.md) · [All operations](https://skmtc.net/helloasso/apis/api-authentication-access-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helloasso/api-authentication-access-token/revisions/b8cd7d9ae24e/schema)
