Manages
Collect manages relations (replaced by POST /v1/role/{parentRoleId}/manages/query)
Get all (or some of) the manages relations which start from a role of which a user is a member (either directly or indirectly). The POST /v1/role/{parentRoleId}/manages/query is a preferable alternative which can better handle complex filters.
get/v1/role/{parentRoleId}/manages
Path parameters
Query parameters
idinteger[]
Only return manages relations with one of the specified ids
childRoleIdinteger[]
Only return manages relations with one of the specified child role ids
Response
The manages relations which start from roles of which the user is a member and which match all the specified filters
Changes
No recorded changes to this endpoint across all 1 revision of this API.