Sha256: a2a0d862ad5d6d2e0a7764fbc1049e6ec7d3006f5d07e9a7f633ecb44f291155
Contents?: true
Size: 942 Bytes
Versions: 5
Compression:
Stored size: 942 Bytes
Contents
# VeloPayments::RoleUpdateRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **roles** | **Array<String>** | <p>The role(s) for the user</p> <p>The role must exist</p> <p>The role can be a custom role or a system role but the invoker must have the permissions to assign the role</p> <p>System roles are: backoffice.admin, payor.master_admin, payor.admin, payor.support</p> | **verification_code** | **String** | <p>Optional property that MUST be suppied when manually verifying a user</p> <p>The user's smsNumber is registered via a separate endpoint and an OTP sent to them</p> | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::RoleUpdateRequest.new(roles: ["payor.admin"], verification_code: 123456) ```
Version data entries
5 entries across 5 versions & 1 rubygems