POST/spaces/api/v1/users/bulk/invite.json
Performs a soft user registration and emails an invite to each user email listed.
Request Examples
Example Request
POST
/spaces/api/v1/users/bulk/invite.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/account.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
InviteResponse
{
"invites": {
"failed": {
"additionalProp": "string"
},
"users": [
{
"email": "string",
"id": 0
}
]
}
}