Membership

post
Authorizations
Path parameters
department_idstringRequired
Body
idstring · uuidRead-onlyRequired
is_memberstringRead-onlyRequired
is_leaderstringRead-onlyRequired
has_pending_requeststringRead-onlyRequired
member_countstringRead-onlyRequired
leadersstringRead-onlyRequired
membersstringRead-onlyRequired
pending_request_countstringRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
descriptionstringRequired
bannerstring · uri | nullableOptional
is_follow_up_departmentbooleanOptional
Responses
200Success
application/json
post
POST /api/departments/{department_id}/membership HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 282

{
  "meeting_times": [
    {
      "type": "virtual",
      "day": "Monday",
      "start_time": "12:43:56",
      "end_time": "12:43:56"
    }
  ],
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:43:56.300Z",
  "name": "text",
  "description": "text",
  "banner": "https://example.com",
  "is_follow_up_department": true
}
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "meeting_times": [
    {
      "type": "virtual",
      "day": "Monday",
      "start_time": "12:43:56",
      "end_time": "12:43:56"
    }
  ],
  "is_member": "text",
  "is_leader": "text",
  "has_pending_request": "text",
  "member_count": "text",
  "leaders": "text",
  "members": "text",
  "pending_request_count": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:43:56.300Z",
  "updated_at": "2025-07-23T12:43:56.300Z",
  "name": "text",
  "description": "text",
  "banner": "https://example.com",
  "is_follow_up_department": true
}
delete
Authorizations
Path parameters
department_idstringRequired
Responses
204
No response body
delete
DELETE /api/departments/{department_id}/membership HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
204

No response body

No content