Skip to content
AstroAPI
Search
K
Main Navigation
Guide
API Reference
Appearance
Menu
Return to top
Add Member
POST
/api/org/users
Add or invite a new member to the organization.
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"string"
,
"name"
:
"string"
,
"role"
:
"string"
}
Responses
201
400
401
403
Member toegevoegd/uitgenodigd
Content-Type
application/vnd.api+json
Schema
JSON
JSON
{
"data"
:
{
"memberId"
:
"string"
,
"userId"
:
"string"
,
"role"
:
"string"
}
}
POST
/api/org/users
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI