A AuthMS API Wiki API Reference iam.tianv.com →

GET /admin/relationships/expand

展开指定对象的关系树,返回所有相关的用户主体和用户集合

角色权限 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
object_type query string Yes 对象类型
object_id query string Yes 对象ID
relation query string Yes 关系名称

Responses

StatusDescriptionSchema
200关系展开树gitee_com_linmes_authms_base_dto.DataResponse-any
400参数无效dto.SimpleResponseWrapper
500内部错误dto.SimpleResponseWrapper

Referenced Schemas

dto.SimpleResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No

gitee_com_linmes_authms_base_dto.DataResponse-any

FieldTypeRequiredExampleConstraintsDescription
code integer No
data object No
message string No
timestamp string No