generated from edwinhern/express-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
/api/v1/workspaces/{id}/invite
Request body
{
"emails": [
"test1@example.com"
]
}
Response body
{
"invites": [
{
"id": 18,
"sender": {
"id": 1
},
"invitee_email": "test1s@example.com",
"workspace": {
"id": 1
},
"status": {
"id": 1
},
"createdAt": "2024-04-29T12:31:35.552Z",
"updatedAt": "2024-04-29T12:31:35.552Z"
}
],
"invitedEmails": [
"test1s@example.com"
],
"duplicateEmails": []
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels