Create a new member in the Network
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Network's unique integer ID, or subdomain Unique numeric network ID
Body
Submit results as JSON
Request body for creating a new member in the Network
Email address of the new member
"user@example.com"
First name of the new member
"John"
Last name of the new member
"Doe"
Role for the member (host, moderator, contributor). Defaults to 'contributor'.
"contributor"
Type of member to create. 'full' (default) joins the whole Network; 'limited' is added only to the spaces listed in space_ids.
"full"
IDs of the spaces a limited member joins. Required when member_type is 'limited'; ignored otherwise. Duplicate IDs are ignored.
Whether to send a welcome email to the new member. Defaults to true.
true
Response
The newly created member object
A member of a Network
The record's integer ID
"1234"
The date and time the record was created
"2026-08-13T00:16:13+00:00"
The date and time the record was last modified
"2026-08-13T00:16:13+00:00"
The member's email address
"ada.lovelace@example.com"
The member's type: 'full' (belongs to the Network) or 'limited' (belongs only to specific spaces)
Canonical URL to the member's profile page
The member's first name
The member's last name
The member's time zone
The member's location
The member's bio
Number of referrals made by this member
URL to the member's avatar image
Array of category objects with id and title
The member's ambassador level