Skip to main content
POST
Invite member

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Path Parameters

id
string
required

Workspace ID

Body

application/json
email
string<email>
required

Email address to invite

role
enum<string>
default:viewer

Role to assign (cannot be owner)

Available options:
owner,
manager,
analyst,
viewer,
editor,
creative_specialist,
client_viewer,
department_admin

Response

Invitation sent

id
string
object
enum<string>
Available options:
workspace.invitation
workspace_id
string
email
string<email>
role
enum<string>

Role of a workspace member

Available options:
owner,
manager,
analyst,
viewer,
editor,
creative_specialist,
client_viewer,
department_admin
status
enum<string>
Available options:
pending,
accepted,
expired,
declined
invited_by
string
expires_at
string<date-time>
created_at
string<date-time>