POST /admin/tenants/{id}/members/batch-approve
批量通过多个成员的加入申请
租户服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
租户ID |
Request Body
Schema: dto.BatchApproveRequest
| Field | Type | Required | Example | Constraints | Description |
member_ids |
array of
string |
Yes |
|
|
|
role |
string |
No |
|
|
|
Referenced Schemas
dto.BatchApproveResponseWrapper
dto.BatchApproveResultResponse
| Field | Type | Required | Example | Constraints | Description |
failed |
integer |
No |
|
|
|
succeeded |
integer |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|