Skip to content

Create a pending invitation for an email

POST
/organisations/{id}/invite
id
required
string
object
email
required

Must belong to an existing Strapi user — this endpoint does not invite not-yet-registered emails (see organisationInviteMember controller docstring).

string format: email
role
required
string
Allowed values: owner admin member viewer

Invitation created

object
data
object
id
integer
attributes
object
email
string
role
string
invitedBy
string
invitedAt
string format: date-time
status
string
Allowed values: pending

Missing email/role, invalid role, or no registered user with that email

Missing or invalid authentication

Caller does not have admin+ role in this organisation

That user is already a member of this organisation