Skip to main content

SetEmployeeCredentials

POST 

/orgs/:org_guid/me/set-credentials

SetEmployeeCredentials

Request

Path Parameters

    org_guid uuidrequired

Header Parameters

    X-LP-Client-Identifier stringrequired

    Идентификатор клиента

    Example: 892ec305-7172-4ab5-a8a1-412aa9d18187
    X-LP-Client-Type stringrequired

    Possible values: [Unknown, App, WebApp, Service]

    Тип клиента

    Example: App
    X-LP-Client-Name string

    Имя клиента

    Example: Swagger
    X-LP-Client-OS-Name string

    ОС клиента

    Example: SwaggerDoc
    X-LP-Client-OS-Version string

    Версия ОС клиента

    Example: 1.0
    X-LP-Client-Screen-Resolution string

    Разрешение экрана ОС клиента

    Example: 1280x0900
    X-LP-Client-Model string

    Модель оборудования клиента

    Example: Chrome 75
    X-LP-Organization-Alias string

    Организация по умолчанию

    X-LP-Client-Extensions csv

    Поддерживаемые клиентом расширения моделей

    Accept-Language stringrequired

    Язык используемый для ответов

    Example: en-US

Body

    old_password stringrequired

    Possible values: >= 6 characters and <= 32 characters

    old_password

    new_password stringrequired

    Possible values: >= 6 characters and <= 32 characters

    new_password

Responses

Success

Schema

    token stringnullable

    token

Loading...