Skip to content

Introduction

An organization object is created once you make an agreement with Meedio. This is something that can't be modified by anyone else except Meedio yet. An organization object contains a very few details about organization and its members so far. We are planning to expand it with the statistics about the meetings and more within the end of the year 2022.

Endpoints

GET /v2/organizations

Organization object:

JSON
{
  "name": "Organization name",
  "users": [
    {
      "id": "e91254af-e761-4fdb-abe8-b4b1f7f02415",
      "fullName": "John Meedio",
      "email": "john@meedio.me",
      "organizationRole": "USER"
    }
  ]
}

Parameters

Key Type Description
name string name of the organization
user array an array of all users (can be empty) who belong to the organization

User object

Key Type Description
id string version 4 UUID generated once the user was added to the organization
fullName string organization user's name
email string organization user's email
organizationRole USER or ADMIN organization user's role