iCredit
  1. Users
iCredit
  • Credit
    • Get Started
      • About
      • Authentication
      • Error Messages
    • Get Started APP
      • About
      • Authentication
      • Error Messages
      • Webhooks
    • Api Reference
      • Auth
        • login
        • refresh
        • logout
        • update-password
      • Users
        • me
          GET
      • Clients
        • Banks
          • list
          • search
          • find
          • create
          • update
          • delete
        • Files
          • Types
            • search
            • list
            • fInd
            • create
            • update
            • delete
          • create
          • fInd
          • download
          • search
          • delete
        • search
        • fInd
        • audits
        • list-by-organization
        • get-me
        • required-fields
        • basic-create
        • create
        • create-legal
        • update
        • update-legal
        • get-client-banks
        • get-client-operations
        • get-client-requests
        • get-client-files
        • finalize-registration
        • change-status
        • change-client-group
        • change-client-user
        • reset-password
        • update-client-representative
        • credit-analysis-validation
        • additional-information
        • create-client-from-onboarding
        • client-validation
      • Requests
        • Options
          • update
        • Files
          • search
          • find
          • create
          • update
          • delete
          • download
        • search
        • find
        • create
        • create-client-pj
        • create-client-pf
        • create-request-passing-client
        • update
        • delete
        • send-to-client-approval
        • handle-change-fund
        • handle-change-endorser
        • reject
        • accept
      • Operations
        • required-fields
        • search
        • find
        • audit
        • create
        • simulate
        • update
        • delete
        • files
        • resend-notification
        • update-deadline-at
        • add-signatories
        • remove-signatory
        • cancel-document
        • finish-document
        • reprocess-current-status
        • change-status
        • update-status-to-grant
        • update-status-to-endorsement
        • update-status-to-approval
        • operation-status
      • Credit Analysis
        • Serasa
          • analysis
          • new-report
      • Supplires
        • find
        • search
        • create
        • send-or-update-public-key
        • delete
        • inactive
        • set-status
    • Enums
      • ClientTypeEnum
      • ClientFilesStatusEnum
      • BankAccountTypeEnum
      • OperationFrequencyEnum
      • OperationModalityEnum
      • OperationCalcMethodEnum
      • SignAsEnum
  1. Users

me

GET
/api/v1/users/me

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Header
Accept
string 
opcional
Padrão:
application/json
Content-Type
string 
opcional
Padrão:
application/json

Respostas

🟢200Success
application/json
Body
uuid
string 
requerido
name
string 
requerido
email
string 
requerido
taxid_number
string 
requerido
username
string 
requerido
password_change_required
boolean 
requerido
type
string 
requerido
organizations
array [object {3}] 
requerido
default_group
string 
requerido
groups
array[string]
requerido
uuid
string 
requerido
two_factor
object 
requerido
is_active
boolean 
requerido
methods
array
requerido
created_at
string 
requerido
active
boolean 
requerido
Exemplo
{
    "uuid": "677a35cd-cd49-4339-8a25-1aef24803ee0",
    "name": "Natan Reis Chmura",
    "email": "natan.chmura@inovanti.com.br",
    "taxid_number": "11082166928",
    "username": "11082166928",
    "password_change_required": false,
    "type": "dev",
    "organizations": [
        {
            "default_group": "9d895696-5341-4a4e-a4df-7963da2258d2",
            "groups": [
                "9d895696-5341-4a4e-a4df-7963da2258d2"
            ],
            "uuid": "ebf98757-ef4f-592f-8ac3-e9d6338d091d"
        },
        {
            "default_group": "3a21528a-58c9-4856-b133-29a9b5e57520",
            "groups": [
                "3a21528a-58c9-4856-b133-29a9b5e57520"
            ],
            "uuid": "c0b61bfd-0eda-5694-87c3-d049a9684b19"
        }
    ],
    "two_factor": {
        "is_active": false,
        "methods": []
    },
    "created_at": "2024-05-08 13:37:09",
    "active": true
}
Modificado em 2024-11-20 14:33:50
Página anterior
update-password
Próxima página
Clients
Built with