[]
Get all external login providers.
Responses
[200] Success
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| nameRequired | path | string | The name of the specified external login provider. |
Update the specified external login provider's information.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| nameRequired | path | string |
Syncing the specified external login provider's users, roles, and organizations.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| nameRequired | path | string |
Get the specified external login provider's tenants.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| nameRequired | path | string |
Get the specified external login provider's tenants.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| nameRequired | path | string |
Get the specified external login provider's roles.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| nameRequired | path | string |
Get the specified external login provider's users.
Responses
[200] Success
Get all the external login providers which enables sending messages.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| nameRequired | path | string |
Send message to specified external login provider.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
| Name | Type |
|---|---|
| providerNameNullable | string |
| descriptionNullable | string |
| dataSyncingTimeNullable | ISO DateTime Sting |
| settingsNullable | Array<ConfigurationItem> |
| Name | Type |
|---|---|
| nameNullable | string |
| displayNameNullable | string |
| descriptionNullable | string |
| valueType | ConfigurationItemValueType |
| valueNullable | any |
| restriction | ConfigurationItemRestriction |
Enum:
TextBooleanNumberPasswordEnum:
MandatoryOptional| Name | Type |
|---|---|
| subjectNullable | string |
| recipients | MessageRecipients |
| contentNullable | string |
| urlNullable | string |
| Name | Type |
|---|---|
| usersNullable | Array<string> |
| organizationsNullable | Array<string> |
| rolesNullable | Array<string> |
| allUsers | Boolean |