You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

About this Resource

Defines the Local Users Table resource containing local user credentials and access rights on the SBC Edge system.

REST API Methods for this Resource

Resource Schema

Configuration

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ConfigIEStateNoYesEnum1Possible values:
  • 0 - esDISABLED
  • 1 - esENABLED
Specifies the Administrative State of the resource.
UsernameYesNostringnone32 - Max Length Specifies the name of user.
PasswordNoNostringnone128 - Max Length Specifies the password of user.
GroupYesNoEnum0Possible values:
  • 0 - eUAAudit
  • 1 - eUAReadOnly
  • 2 - eUAOperator
  • 3 - eUAAdministrator
  • 4 - eUARejectUser
  • 5 - eUAWebServices
Specifies the access level to be granted to the user.
AccountActiveYesNoEnum1Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies whether the user account is active or not. This is applicable for POST (modify user) operation and GET operation.
PassExpiresYesNostringnone32 - Max Length Specifies the number of days until the current password expires for the indicated user. UserAuth determines the password expiration based on Global Security configuration.
ForcePasswordChangeOnLoginNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
  • No labels