Skip to main content

Hello everyone,

I currently have two accounts,

  • one on an Enterprise plan
  • and the other on a Free plan, and I'm running some tests.

To fetch details about my plan, I use the following endpoint:

  • https://api.miro.com/v2/orgs/{org_id}/members,

along with query parameters like

  • full,
  • occasional,
  • free,
  • free_restricted,
  • full_trial, and
  • unknown to filter the results.

However, I noticed that this endpoint is only available for Enterprise accounts.

My question is:

Is there a way to retrieve details about my plan through an API endpoint while using a Free plan?

Thanks in advance!

Hey @vkoko,

Thanks for reaching out about this, and good question. At the moment, I’m afraid the license types are only returned by the GET Organization Members API endpoint, which you’re correct requires an Enterprise plan. 

It’s good feedback, though, and we’re looking at ways to expand the user details we can expose in non-enterprise endpoints in the future. In them meantime, you might also consider leveraging the UI for a free account to look at similar details.


@William Bishop Thanks a lot


Reply