Groupmember
Represents a group member. A group member is person that uses the services of the bank and is member of a group. Group members may have associated information, such as their client key and a list of roles they have within the group.
clientKeystringrequired
The encoded key of the client assigned as member of the group.
roles object[]
The group role name associated with a group member.
Array [
encodedKeystring
The encoded key of the group role name, which is auto generated, and unique.
groupRoleNameKeystringrequired
The group role name key.
roleNamestring
The group role name.
roleNameIdstring
The group role name ID.
]
Groupmember
{
"clientKey": "string",
"roles": [
{
"encodedKey": "string",
"groupRoleNameKey": "string",
"roleName": "string",
"roleNameId": "string"
}
]
}