[]
Parameters
| Name | In | Type |
|---|---|---|
| providerNameRequired | path | string |
Get all users of the specified external login provider.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| providerNameRequired | path | string |
Get all mapped users' information of the specified external login provider.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| providerNameRequired | path | string |
Update the user mappings' information of the specified external login provider.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| externalUserIdRequired | path | string |
Delete the specified external user mapping information.
Responses
[200] Success
| Name | Type |
|---|---|
| mappingMode | UserMappingMode |
| providerNameNullable | string |
| userMappingsNullable | Array<ManualMappingUserModel> |
Enum:
ManualMappingByEmailMappingByMobile| Name | Type |
|---|---|
| externalUserIdNullable | string |
| innerUserNameNullable | string |