Custom Claims REST Endpoints
Common/Custom Claims
Use this endpoint to get Custom Claims defined for a tenant
Added In Release: 19.2.1
Added In Release: 19.2.1
- Get a Custom Claim
- Method: getPath:
/admin/v1/CustomClaims/{id} - HTTP Options
- Method:Path:
/admin/v1/CustomClaims - Replace a Custom Claim
- Method: putPath:
/admin/v1/CustomClaims/{id} - Search Custom Claims
- Method: getPath:
/admin/v1/CustomClaims - Search Custom Claims Using POST
- Method: postPath:
/admin/v1/CustomClaims/.search - Update a Custom Claim
- Method: patchPath:
/admin/v1/CustomClaims/{id}