These docs are for v1.0. Click to read the latest docs for v2.0.

User Object

This contains information about active Miro users.
You can retrieve Miro users, and update current user information.

type
string
user
id
string
Identifier for user
createdAt
date-time
name
string
The name of the user (maximum length — 60 chars)
company
string
The user’s company name (maximum length — 60 chars)
role
string
The user's role inside a company
industry
string
The company's industry
email
string
The user's linked email address
state
string
This field can take one of the following values: registered, not_registered, temporary, deleted.
picture
Mini Picture Object
{  
   "type":"user",
   "id":"6252534623",
   "name":"Some User"
}

User objects have a state parameter. The value is one of the following:
registered - regular users who completed the registration process and can perform different actions in teams and boards;
not_registered - users who were created automatically when somebody has sent an invitation to them, but who are not registered yet;
temporary - users who were viewing and commenting on public boards without registration;
deleted - users whose profiles were removed.

Other user states also might be added in the future.