Member
Collect member relations (replaced by POST /v1/role/{roleId}/member/query)
Get all (or some of) the member relations which start from a role where the user has (either directly or indirectly) userManagement rights, and get those member relations involding the user itself. The POST /v1/role/{roleId}/member/query is a preferable alternative, which can better handle complex filters.
get/v1/role/{roleId}/member
Path parameters
Query parameters
idinteger[]
Only return member relations with one of the specified ids
userEmailstring[]
Only return member relations with one of the specified userEmails
Response
The member relations which involve the user itself or start from a role where the user has (direct or indirect) userManagement rights. Of these relations, those which match all the specified filters are returned
Changes
No recorded changes to this endpoint across all 1 revision of this API.