Skip to content

Create a member in an organization.

POST
/v1/organizations/{org_uuid}/members

There are two possible use case:

  • Active admin member of an organization invities a user
    to the organization.
  • A SSO logged in user auto-invite himself as member.

Authorizations

jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"

Request Body

application/json

Responses

Created

application/json
JSON
{
"member_id": 42,
"invited_email": "soeren@terrmate.io",
"role": "admin",
"status": "active"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI