| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
UserAccountRole |
UserAccountRoleService.addRole(Long userId,
Long accountId,
Long roleId,
Boolean appliesOnSubaccount)
Add Role
This operation grants the role to the given user with in the given account.
|
UserAccountRole |
UserAccountRoleService.addRole(Long userId,
Long accountId,
Long roleId,
Map<String,Object> params)
Add Role
This operation grants the role to the given user with in the given account.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserAccountRole> |
UserAccountRoleService.list(Long userId,
Long accountId)
List Roles
List all the roles that are assigned to the given user in the given account.
|
List<UserAccountRole> |
UserAccountRoleService.list(Long userId,
Long accountId,
Map<String,Object> params)
List Roles
List all the roles that are assigned to the given user in the given account.
|
Copyright © 2023. All rights reserved.