Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 15 Next »

GET /user/

Get current user information

Resource fields

Name

Type

Description

dealer_id

integer

Id of dealer resource.

admin

boolean

User is admin. Default: False

extra_params

string

access

string

extension_id

integer

Id of extension resource.

client_id

integer

Id of client resource.

extension_group_id

integer

Id of extension_group resource.

timezone

string

login

string

User login.

id

integer

User id.


PUT /user/reset_password

Reset password for read only user

JSON parameters

Name

Type

Description

password

string

Required. User password.

Resource fields

Name

Type

Description

id

integer

User id.


  • No labels