POST/spaces/api/v1/users/invite.json
Performs a user registration and emails an invite to the user.
Body Params
- Name
invites
- Type
- array
- Description
- InviteUser is the request object submitted to create a new invite for a user.
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
}