Skip to main content
POST
Add a human member by email

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
email
string
required
Example:

"jane@example.com"

role
enum<string>
Available options:
member,
supervisor

Response

201

Member added