Guests
get
Authorizations
Responses
200Success
application/json
get
GET /api/users/guests HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"profile": "text",
"additional_user_fields": "text",
"last_login": "2025-07-23T12:19:48.069Z",
"email": "[email protected]",
"phone": "text",
"role": "member",
"has_2fa": true,
"is_deleted": true,
"deleted_at": "2025-07-23T12:19:48.069Z",
"permissions": null,
"login_attempts": 1,
"api_key": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"church": "123e4567-e89b-12d3-a456-426614174000"
}