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