Get basic member information. This endpoint does not return sensitive information. To return a member it is necessary to search by e-mail or document or phone or idsMembers.

Obter informações básicas do membro

Descrição

Esse endpoint permite obter informações básicas do aluno, mas não retorna informações sensíveis. Para retornar um aluno específico, é necessário pesquisar pelo email, documento, telefone ou idMember.

Exemplo de Resposta

{
  "idMember": 0,
  "firstName": "string",
  "lastName": "string",
  "registerDate": "2025-07-28T01:01:56.018Z",
  "idBranch": 0,
  "branchName": "string",
  "accessBlocked": true,
  "blockedReason": "string",
  "gender": "string",
  "birthDate": "2025-07-28T01:01:56.018Z",
  "accessCardNumber": "string",
  "membershipStatus": "string",
  "penalized": true,
  "status": "string",
  "contacts": [
    {
      "idPhone": 0,
      "idMember": 0,
      "idEmployee": 0,
      "idProspect": 0,
      "idProvider": 0,
      "idContactType": 1,
      "contactType": "string",
      "ddi": "string",
      "description": "string"
    }
  ],
  "memberships": [
    {
      "idMember": 0,
      "idMembership": 0,
      "idMemberMembership": 0,
      "idMemberMembershipRenewed": 0,
      "numMembers": 0,
      "startDate": "2025-07-28T01:01:56.018Z",
      "endDate": "2025-07-28T01:01:56.018Z",
      "name": "string",
      "cancelDate": "2025-07-28T01:01:56.018Z",
      "cancelDateOn": "2025-07-28T01:01:56.018Z",
      "cancelCreationDate": "2025-07-28T01:01:56.018Z",
      "membershipStatus": "string",
      "valueNextMonth": 0,
      "nextCharge": "2025-07-28T01:01:56.018Z",
      "nextDateSuspension": "2025-07-28T01:01:56.018Z",
      "idSale": 0,
      "saleDate": "2025-07-28T01:01:56.018Z",
      "contractPrinting": "string",
      "freezes": [
        {
          "startSuspend": "2025-07-28T01:01:56.018Z",
          "endSuspend": "2025-07-28T01:01:56.018Z",
          "unlockDate": "2025-07-28T01:01:56.018Z",
          "idEmployee": 0,
          "reason": "string",
          "flUseMembershipFreezeDays": true,
          "daysFreeze": 0,
          "idFreeze": 0
        }
      ],
      "idCategoryMembership": 0,
      "numberSuspensionTimes": 0,
      "maxSuspensionDays": 0,
      "minimumSuspensionDays": 0,
      "disponibleSuspensionDays": 0,
      "disponibleSuspensionTimes": 0,
      "daysLeftToFreeze": 0,
      "loyaltyEndDate": "2025-07-28T01:01:56.018Z",
      "assessmentEndDate": "2025-07-28T01:01:56.018Z",
      "acceptanceDate": "2025-07-28T01:01:56.018Z",
      "flAllowLocker": true,
      "flAdditionalMembership": true,
      "bioimpedanceAmount": 0,
      "signedTerms": true,
      "originalValue": 0,
      "allowLesMills": true,
      "allowsCancellationByApp": true,
      "limitless": true,
      "weeklyLimit": 0,
      "concludedSessions": 0,
      "pendingSessions": 0,
      "scheduledSessions": 0,
      "pendingRepositions": 0,
      "repositionsTotal": 0,
      "bonusSessions": 0,
      "sessions": [
        {
          "idSession": 0,
          "expirationDate": "2025-07-28T01:01:56.018Z",
          "flBonusSession": true
        }
      ]
    }
  ],
  "lastAccessDate": "2025-07-28T01:01:56.018Z",
  "idEmployeeConsultant": 0,
  "nameEmployeeConsultant": "string",
  "idEmployeeInstructor": 0,
  "nameEmployeeInstructor": "string",
  "idEmployeePersonalTrainer": 0,
  "nameEmployeePersonalTrainer": "string",
  "photoUrl": "string",
  "idMemberMigration": "string",
  "responsibles": [
    {
      "idResponsible": 0,
      "idMember": 0,
      "name": "string",
      "email": "string",
      "phone": "string",
      "observation": "string",
      "idMemberResponsible": 0,
      "acessFiti": true,
      "financialResponsible": true
    }
  ],
  "tokenGympass": "string",
  "personalTrainer": true,
  "personalType": "string"
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!