Create family

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Example: You can create a new Family and Individual at the same time. The minimum information needed to create a new Individual (and family) is list below:

{
  "members": [
    {
      "campus_id": 1,
      "first_name": "Bob",
      "last_name": "Davis",
      "email": "[email protected]",
      "family_position": "PRIMARY_CONTACT"
    }
  ]
}
Body Params

The family to create

integer

When provided, will create a new family with this individual as the primary contact (all other fields ignored)

string
integer
address
object
string

valid only when can_edit_checkin_message is TRUE

string
members
array of objects
members
Responses

401

You are not authenticated

403

Do not have the permission to access

404

Not found

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json