Skip to main content

ActivateWorkplace

POST 

/auth/activate-workplace

ActivateWorkplace

Request

Header Parameters

    X-LP-Client-Identifier stringrequired

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

    Example: 035d2694-1613-4a30-9df3-17d53ef7d86a
    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

    activation_code stringrequired

    Possible values: <= 8 characters, Value must match regular expression ^\d+$

    activation_code

Responses

Success

Schema

    workplace

    object

    guid uuid

    guid

    type_of string

    type_of

    organization

    object

    guid uuid

    guid

    type_of string

    type_of

    outlet

    object

    guid uuid

    guid

    type_of string

    type_of

    employee

    object

    guid uuid

    guid

    type_of string

    type_of

Loading...