POST /internal/pim/cleanup-expired
Internal API: Clean up expired role activation records for the specified tenant or current tenant. External calls are prohibited in production.
Role Permissions None application/json
Request Body
Accepts an empty JSON object {}
Referenced Schemas
dto.CleanupExpiredResponse
| Field | Type | Required | Example | Constraints | Description |
expired_count |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.DataResponse-dto_CleanupExpiredResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.CleanupExpiredResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|