v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
User

Create User

Create a user or update an existing one.

post/ CreateUser

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TaxNumberstring required

Legal Identification From Company

Mailstring required

Mail

Namestring

Name From Contract

Cellphonestring required

Holder's cell phone

BirthDatestring

Birth date ( padrão internacional )

AccountsTaxNumberstring[] required

CPF/CNPJ

UserParameterType'0 - NotReceivingUserUnlockAndLockNotifications' | '1 - ReceiveUserLockNotifications' | '2 - ReceiveUserUnlockNotifications' | '3 - ReceiveUserUnlockAndLockNotifications' enum

Notification types for new users

ProfileTypeinteger nullable

Access profile type

Example request

{
  "Method": "CreateUser",
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "TaxNumber": "33.762.255/0001-40",
  "Mail": "adriana.teresinha@email.com",
  "Name": "Contract Name",
  "Cellphone": "8854324232",
  "BirthDate": "1992/20/02",
  "AccountsTaxNumber": [
    "248.675.850-09"
  ]
}

Response

Ok