Find the children of an application entitlement either requestable or requested or granted to a specific user.get https://{tenanturl}/v1.0/access/users/{user}/entitlements/{entitlement}/childrenPath ParamsuserstringrequiredThe code of the user whose accesses needs to be fetched.entitlementstringrequiredCode of the entitlementQuery Paramslvlint32Max depth level in case of nested roles.includeRightsbooleanDefaults to falseIncludes rights for each children if present.truefalselimitint32Defaults to 50The maximum number of elements for a page.pageint32Defaults to 1Page number.HeadersrequestIdstringrequiredId of the request establishing relation between user and caller.Responses 200The request was successful. 400An application status error occurred. The error code and description are available in the payload. 403Approver is not allowed to view accesses of requester. 500Your request can't be processed because an internal server error occurred.Updated over 2 years ago