Home > @vsf-enterprise/sapcc-api > ChangePasswordProps
ChangePasswordProps interface
Properties passed to changePassword API function.
Signature:
export interface ChangePasswordProps
Properties
| Property | Type | Description |
|---|---|---|
| new | string | New Password for current user |
| old | string | Old Password of current user |
| userId | string | Current user Id | 'current' |