POST/spaces/api/v1/users/invite.json
Performs a user registration and emails an invite to the user.
Request Examples
Example Request
POST
/spaces/api/v1/users/invite.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
InvitedUser will contain the userID and email address for the new user.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
InvitedUser
{
"email": "string",
"id": 0
}