[]
Get all claim mappings.
Responses
[200] Success
Add a new claim mapping.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Get all available claims.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Get the specified claim mapping.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Modify the specified claim mapping.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Delete the specified claim mapping.
Responses
[200] Success
| Name | Type |
|---|---|
| idNullable | string |
| nameRequired | string |
| propNameRequired | string |
| isBuiltIn | Boolean |