Invites
Accept Invite
Accepts an Invite
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
invite_id*string
Response Body
application/json
application/json
curl -X POST "https://api.members.dev/portal/v1/invites/string/accept"{
"id": "string",
"short_id": "string",
"organization_role": "admin",
"expires_at": null,
"members": [
{
"id": "string",
"short_id": "string",
"name": "string"
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}