Role
A userrole object
defines whether the user can access the UI, the API, or both.
Possible values: [APIS, MAMBU]
the date and time when this role was created
the automatically generated encoded ID for this item
8a19b7057471f4af017472dc0fd80472the ID for this role
whether this role is for an administrator. Please note if this option is selected, the user will have blanket access, it is not possible to restict access for administrators using the permissions object.
whether this role represents a credit/loan officer type of user
whether this role relates to Mambu delivery users. Delivery teams need have accounts to assist you during the intitial setup stage, which will be disabled when you start using Mambu in production
whether this is a role for Mambu support users. Mambu users may, on request, be granted access to your system in order to troubleshoot problems
whether this role is for a 'teller' type user who will manage tills
the date on which this role was last modified
the name of this role
permissions objectrequired
Description for permissions in role
indicates whether the user can manage all branches or only they one they are assigned to
indicates whether the user can edit clients and accounts which are assigned to other Mambu users
the automatically generated encoded ID for this item
8a19b7057471f4af017472dc0fd80472a list of permissions
{
"accessRights": [
"APIS"
],
"creationDate": "2024-07-29T15:51:28.071Z",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"id": "string",
"isAdministrator": true,
"isCreditOfficer": true,
"isDelivery": true,
"isSupport": true,
"isTeller": true,
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"name": "string",
"permissions": {
"canManageAllBranches": true,
"canManageEntitiesAssignedToOtherOfficers": true,
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"permissions": [
"string"
]
}
}