Usercreateapiv1
customInformation object[]
List of custom field values for the user to be created.
user object
Description for user in UserCreateApiV1
User's assigned branch (encodedKey). Required if the user is a teller or credit officer.
User's email address. Must be valid.
User's first name.
User's home phone.
User's language, defaults to ENGLISH if not specified.
Possible values: [ENGLISH, PORTUGESE, SPANISH, RUSSIAN, FRENCH, GEORGIAN, CHINESE, INDONESIAN, ROMANIAN]
User's last name.
managedBranched object[]
List of user's managed branched (with encoded keys).
the automatically generated encoded ID for this item
8a19b7057471f4af017472dc0fd80472User's mobile phone number.
Notes for the user to be created.
Possible values: <= 255 characters
User's password. Must respect security restrictions defined in Mambu.
permissions object
States whether the user has access to all the branches in the application.
States whether the user has access to entities assigned to other credit officers.
role object
The encoded key of the role to create the user with.
transactionLimits object
Map specifying user transaction limits for various operations.
APPLY_FEE object
APPROVE_LOAN object
DISBURSE_LOAN object
MAKE_DEPOSIT object
MAKE_REPAYMENT object
MAKE_WITHDRAWAL object
Whether the user will use two factor authentication when logging in the application.
User identifier used for accessing Mambu.
{
"customInformation": [
{
"customFieldId": "string",
"customFieldSetGroupIndex": "string",
"value": "string"
}
],
"user": {
"assignedBranchKey": "string",
"email": "user@example.com",
"firstName": "string",
"homePhone": "string",
"language": "ENGLISH",
"lastName": "string",
"managedBranched": [
{
"branchKey": "string",
"encodedKey": "8a19b7057471f4af017472dc0fd80472"
}
],
"mobilePhone1": "string",
"notes": "string",
"password": "string",
"permissions": {
"canManageAllBranches": true,
"canManageEntitiesAssignedToOtherOfficers": true
},
"role": {
"encodedKey": "string"
},
"transactionLimits": {
"APPLY_FEE": {
"amount": "string"
},
"APPROVE_LOAN": {
"amount": "string"
},
"DISBURSE_LOAN": {
"amount": "string"
},
"MAKE_DEPOSIT": {
"amount": "string"
},
"MAKE_REPAYMENT": {
"amount": "string"
},
"MAKE_WITHDRAWAL": {
"amount": "string"
}
},
"twoFactorAuthentication": true,
"username": "string"
}
}