[]
        
立即下载
(Showing Draft Content)

SynchronizationApiV1

SynchronizationApiV1

[POST] /Manager/Synchronization/SynchronizeWindowsUsers

触发一次同步Windows域用户。

Responses

[200] OK

ResultDataBase

Type: [text/plain]

Example:

{
  "Result": false,
  "Message": "Error message.",
  "ErrorCode": 0,
  "MessageProperties": null
}

ResultDataBase

Type: [application/json]

Example:

{
  "Result": false,
  "Message": "Error message.",
  "ErrorCode": 0,
  "MessageProperties": null
}

ResultDataBase

Type: [text/json]

Example:

{
  "Result": false,
  "Message": "Error message.",
  "ErrorCode": 0,
  "MessageProperties": null
}

[POST] /Manager/Synchronization/SynchronizeSecurityProviderUsers

触发指定第三方提供程序的指定配置的一次同步。

Request Body

Type: application/json-patch+json

SecurityProviderConfigurationParam

Example:

{
  "SecurityProviderName": "ADSecurityProvider",
  "AuthInfoName": "ADSecurityProvider1"
}

Type: application/json

SecurityProviderConfigurationParam

Example:

{
  "SecurityProviderName": "ADSecurityProvider",
  "AuthInfoName": "ADSecurityProvider1"
}

Type: text/json

SecurityProviderConfigurationParam

Example:

{
  "SecurityProviderName": "ADSecurityProvider",
  "AuthInfoName": "ADSecurityProvider1"
}

Type: application/*+json

SecurityProviderConfigurationParam

Example:

{
  "SecurityProviderName": "ADSecurityProvider",
  "AuthInfoName": "ADSecurityProvider1"
}

Responses

[200] OK

ResultDataBase

Type: [text/plain]

Example:

{
  "Result": false,
  "Message": "Error message.",
  "ErrorCode": 0,
  "MessageProperties": null
}

ResultDataBase

Type: [application/json]

Example:

{
  "Result": false,
  "Message": "Error message.",
  "ErrorCode": 0,
  "MessageProperties": null
}

ResultDataBase

Type: [text/json]

Example:

{
  "Result": false,
  "Message": "Error message.",
  "ErrorCode": 0,
  "MessageProperties": null
}

Models

Ƭ ResultDataBase

请求结果。

属性名 类型 说明 Example
Result Boolean 请求是否成功。
MessageNullable string 请求返回的信息。
ErrorCode int32 请求返回的错误码。
MessagePropertiesNullable Array 请求返回信息中的数据。

Ƭ SecurityProviderConfigurationParam

属性名 类型 说明 Example
SecurityProviderNameNullable string
AuthInfoNameNullable string
下一页 没有可显示的内容