OrgMemberInviteBody

Body for Add Member. The person is invited by email and joins when they accept.

Properties

emailstringrequiredminLen 1

Email address to invite. Matched case-insensitively against the existing roster.

rolestringrequired

Role the invitation carries. `admin` can manage members and billing, `member` can build and run workflows. The narrow third role (`user`) is not invitable over the API yet.

"admin""member"

Example

OrgMemberInviteBody example
{
  "email": "sam@acme.com",
  "role": "admin"
}