Clientrolefullapiv1
a unique ID for this client type
the human-readable name of this client type
the machine-readable ID for this client type
which entity this type is valid for, either CLIENT or GROUP
Possible values: [GROUP, CLIENT]
timestamp of when this group was created
if this client type was not one of the defaults provided by Mambu the encoded key of the user who created it will be displayed here
whether this client type can open accounts
whether this client type can guarantee loans
whether ID is required for this client type
whether an address can be associated with clients of this type
Description for index in ClientRoleFullApiV1
description of this client type as provided through the Mambu UI
the pattern used to generate IDs for clients of this type, @ represents a random letter, # indicates a random number, $ represents a random letter or number
{
"encodedKey": "string",
"name": "string",
"id": "string",
"clientType": "GROUP",
"creationDate": "2024-07-29T15:51:28.071Z",
"createdByUserKey": "string",
"canOpenAccounts": true,
"canGuarantee": true,
"requireID": true,
"useDefaultAddress": true,
"index": 0,
"description": "string",
"idPattern": "string"
}