Retrieve organization

Retrieves the organization of the currently authenticated user.

GET/v3/me/organization
JWT

Responses

200 OK
{
  "id": "string",
  "organizationAlias": "string"
}