Create an invite – Management API – MediaKind

Create an invite

post https://app.mk.io/api/v1/organization/invites

This endpoint allows you to create a new invitation which will grant a user access to this organization's resources within MK.IO.

You can include a comment which will be visible against this user's record when they accept the invitation, e.g. "Contractor for project Delphi".

RBAC Capability Required: core.invite.create

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.

specobject InviteSpecSchema Required

Specification

Show 6 propertiesHide 6 properties

Response

201 OK

Metadata

Show 2 propertiesHide 2 properties

Specification

Show 6 propertiesHide 6 properties

Errors

400 Bad Request

Show 3 propertiesHide 3 properties

401 Unauthorized

... (similar error structure continues for 403, 404, 409, 429, 500 with only status text and details differing)