Core resources
Administration
Booking flow
Invite a member to your organization. The member will receive an email with a link to accept the invitation. The member will have the user role. To make a member admin or superuser use the dashboard.
email
required
string
The email address of the member to invite.
name
string
The name of the member to invite.
201
The invited member
POST
/invite-member
curl -X POST "https://api.bookingmood.com/v1/invite-member" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"email":"johndoe@example.com","name":"John Doe"}'
{"id": "00000000-0000-0000-0000-000000000000","organization_id": "00000000-0000-0000-0000-000000000000","user_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T13:46:02.590Z","updated_at": "2024-11-21T13:46:02.590Z","role": "user","user_profile": {}"referrer_id": "00000000-0000-0000-0000-000000000000","user_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T13:46:02.590Z","updated_at": "2024-11-21T13:46:02.590Z","avatar": "","email": "","first_week_contains_date": 0,"last_login_at": "2024-11-21T13:46:02.590Z","locale": "en-US","name": "","source": "","week_starts_on": 0}